Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1978477 Details for
Bug 2226019
mpi4py: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 18:38:58 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 18:38:58 UTC
Size:
32.00 KB
patch
obsolete
>MCA v2.1.0, API v3.0.0, Component v4.1.5) > MCA osc: ucx (MCA v2.1.0, API v3.0.0, Component v4.1.5) > MCA pml: v (MCA v2.1.0, API v2.0.0, Component v4.1.5) > MCA pml: cm (MCA v2.1.0, API v2.0.0, Component v4.1.5) > MCA pml: monitoring (MCA v2.1.0, API v2.0.0, Component v4.1.5) > MCA pml: ob1 (MCA v2.1.0, API v2.0.0, Component v4.1.5) > MCA pml: ucx (MCA v2.1.0, API v2.0.0, Component v4.1.5) > MCA rte: orte (MCA v2.1.0, API v2.0.0, Component v4.1.5) > MCA sharedfp: individual (MCA v2.1.0, API v2.0.0, Component v4.1.5) > MCA sharedfp: lockedfile (MCA v2.1.0, API v2.0.0, Component v4.1.5) > MCA sharedfp: sm (MCA v2.1.0, API v2.0.0, Component v4.1.5) > MCA topo: basic (MCA v2.1.0, API v2.2.0, Component v4.1.5) > MCA topo: treematch (MCA v2.1.0, API v2.2.0, Component v4.1.5) > MCA vprotocol: pessimist (MCA v2.1.0, API v2.0.0, Component v4.1.5) >+ cp .__init__openmpi.py src/mpi4py/__init__.py >+ CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' >+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' >+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' >/usr/lib/python3.12/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. >!! > ******************************************************************************** > Requirements should be satisfied by a PEP 517 installer. > If you are using pip, you can try `pip install --use-pep517`. > ******************************************************************************** >!! > dist.fetch_build_eggs(dist.setup_requires) >WARNING: The wheel package is not available. >running build >running build_src >using Cython version 3.0.0 >/builddir/build/BUILD/mpi4py-3.1.4/setup.py:545: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. > Version(AVAILABLE) < Version(REQUIRED)): >cythonizing 'mpi4py/MPI.pyx' -> 'mpi4py.MPI.c' >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: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/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/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. >Error compiling Cython file: >------------------------------------------------------------ >... >cdef int bootstrap() except -1: > # Get options from 'mpi4py.rc' module > getOptions(&options) > # Cleanup at (the very end of) Python exit > if Py_AtExit(atexit) < 0: > ^ >------------------------------------------------------------ >mpi4py/MPI/atimport.pxi:174:17: Cannot assign type 'void (void) except * nogil' to 'void (*)(void) noexcept' >Error compiling Cython file: >------------------------------------------------------------ >... >@cython.callspec("MPIAPI") >cdef void op_user_32(void *a, void *b, int *n, MPI_Datatype *t) nogil: > op_user_call(32, a, b, n, t) >cdef MPI_User_function *op_user_map(int index) nogil: > if index == 1: return op_user_01 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:221:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... >cdef void op_user_32(void *a, void *b, int *n, MPI_Datatype *t) nogil: > op_user_call(32, a, b, n, t) >cdef MPI_User_function *op_user_map(int index) nogil: > if index == 1: return op_user_01 > elif index == 2: return op_user_02 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:222:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > op_user_call(32, a, b, n, t) >cdef MPI_User_function *op_user_map(int index) nogil: > if index == 1: return op_user_01 > elif index == 2: return op_user_02 > elif index == 3: return op_user_03 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:223:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... >cdef MPI_User_function *op_user_map(int index) nogil: > if index == 1: return op_user_01 > elif index == 2: return op_user_02 > elif index == 3: return op_user_03 > elif index == 4: return op_user_04 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:224:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... >cdef MPI_User_function *op_user_map(int index) nogil: > if index == 1: return op_user_01 > elif index == 2: return op_user_02 > elif index == 3: return op_user_03 > elif index == 4: return op_user_04 > elif index == 5: return op_user_05 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:225:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > if index == 1: return op_user_01 > elif index == 2: return op_user_02 > elif index == 3: return op_user_03 > elif index == 4: return op_user_04 > elif index == 5: return op_user_05 > elif index == 6: return op_user_06 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:226:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 2: return op_user_02 > elif index == 3: return op_user_03 > elif index == 4: return op_user_04 > elif index == 5: return op_user_05 > elif index == 6: return op_user_06 > elif index == 7: return op_user_07 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:227:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 3: return op_user_03 > elif index == 4: return op_user_04 > elif index == 5: return op_user_05 > elif index == 6: return op_user_06 > elif index == 7: return op_user_07 > elif index == 8: return op_user_08 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:228:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 4: return op_user_04 > elif index == 5: return op_user_05 > elif index == 6: return op_user_06 > elif index == 7: return op_user_07 > elif index == 8: return op_user_08 > elif index == 9: return op_user_09 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:229:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 5: return op_user_05 > elif index == 6: return op_user_06 > elif index == 7: return op_user_07 > elif index == 8: return op_user_08 > elif index == 9: return op_user_09 > elif index == 10: return op_user_10 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:230:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 6: return op_user_06 > elif index == 7: return op_user_07 > elif index == 8: return op_user_08 > elif index == 9: return op_user_09 > elif index == 10: return op_user_10 > elif index == 11: return op_user_11 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:231:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 7: return op_user_07 > elif index == 8: return op_user_08 > elif index == 9: return op_user_09 > elif index == 10: return op_user_10 > elif index == 11: return op_user_11 > elif index == 12: return op_user_12 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:232:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 8: return op_user_08 > elif index == 9: return op_user_09 > elif index == 10: return op_user_10 > elif index == 11: return op_user_11 > elif index == 12: return op_user_12 > elif index == 13: return op_user_13 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:233:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 9: return op_user_09 > elif index == 10: return op_user_10 > elif index == 11: return op_user_11 > elif index == 12: return op_user_12 > elif index == 13: return op_user_13 > elif index == 14: return op_user_14 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:234:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 10: return op_user_10 > elif index == 11: return op_user_11 > elif index == 12: return op_user_12 > elif index == 13: return op_user_13 > elif index == 14: return op_user_14 > elif index == 15: return op_user_15 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:235:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 11: return op_user_11 > elif index == 12: return op_user_12 > elif index == 13: return op_user_13 > elif index == 14: return op_user_14 > elif index == 15: return op_user_15 > elif index == 16: return op_user_16 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:236:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 12: return op_user_12 > elif index == 13: return op_user_13 > elif index == 14: return op_user_14 > elif index == 15: return op_user_15 > elif index == 16: return op_user_16 > elif index == 17: return op_user_17 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:237:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 13: return op_user_13 > elif index == 14: return op_user_14 > elif index == 15: return op_user_15 > elif index == 16: return op_user_16 > elif index == 17: return op_user_17 > elif index == 18: return op_user_18 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:238:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 14: return op_user_14 > elif index == 15: return op_user_15 > elif index == 16: return op_user_16 > elif index == 17: return op_user_17 > elif index == 18: return op_user_18 > elif index == 19: return op_user_19 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:239:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 15: return op_user_15 > elif index == 16: return op_user_16 > elif index == 17: return op_user_17 > elif index == 18: return op_user_18 > elif index == 19: return op_user_19 > elif index == 20: return op_user_20 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:240:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 16: return op_user_16 > elif index == 17: return op_user_17 > elif index == 18: return op_user_18 > elif index == 19: return op_user_19 > elif index == 20: return op_user_20 > elif index == 21: return op_user_21 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:241:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 17: return op_user_17 > elif index == 18: return op_user_18 > elif index == 19: return op_user_19 > elif index == 20: return op_user_20 > elif index == 21: return op_user_21 > elif index == 22: return op_user_22 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:242:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 18: return op_user_18 > elif index == 19: return op_user_19 > elif index == 20: return op_user_20 > elif index == 21: return op_user_21 > elif index == 22: return op_user_22 > elif index == 23: return op_user_23 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:243:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 19: return op_user_19 > elif index == 20: return op_user_20 > elif index == 21: return op_user_21 > elif index == 22: return op_user_22 > elif index == 23: return op_user_23 > elif index == 24: return op_user_24 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:244:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 20: return op_user_20 > elif index == 21: return op_user_21 > elif index == 22: return op_user_22 > elif index == 23: return op_user_23 > elif index == 24: return op_user_24 > elif index == 25: return op_user_25 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:245:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 21: return op_user_21 > elif index == 22: return op_user_22 > elif index == 23: return op_user_23 > elif index == 24: return op_user_24 > elif index == 25: return op_user_25 > elif index == 26: return op_user_26 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:246:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 22: return op_user_22 > elif index == 23: return op_user_23 > elif index == 24: return op_user_24 > elif index == 25: return op_user_25 > elif index == 26: return op_user_26 > elif index == 27: return op_user_27 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:247:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 23: return op_user_23 > elif index == 24: return op_user_24 > elif index == 25: return op_user_25 > elif index == 26: return op_user_26 > elif index == 27: return op_user_27 > elif index == 28: return op_user_28 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:248:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 24: return op_user_24 > elif index == 25: return op_user_25 > elif index == 26: return op_user_26 > elif index == 27: return op_user_27 > elif index == 28: return op_user_28 > elif index == 29: return op_user_29 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:249:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 25: return op_user_25 > elif index == 26: return op_user_26 > elif index == 27: return op_user_27 > elif index == 28: return op_user_28 > elif index == 29: return op_user_29 > elif index == 30: return op_user_30 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:250:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 26: return op_user_26 > elif index == 27: return op_user_27 > elif index == 28: return op_user_28 > elif index == 29: return op_user_29 > elif index == 30: return op_user_30 > elif index == 31: return op_user_31 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:251:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > elif index == 27: return op_user_27 > elif index == 28: return op_user_28 > elif index == 29: return op_user_29 > elif index == 30: return op_user_30 > elif index == 31: return op_user_31 > elif index == 32: return op_user_32 > ^ >------------------------------------------------------------ >mpi4py/MPI/opimpl.pxi:252:29: Cannot assign type 'void (MPIAPI )(void *, void *, int *, MPI_Datatype *) except * nogil' to 'MPI_User_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > cdef dict table > cdef int found = 0 > cdef void *attrval = NULL > if lock_keyval == MPI_KEYVAL_INVALID: > CHKERR( MPI_Comm_create_keyval( > MPI_COMM_NULL_COPY_FN, lock_free_fn, &lock_keyval, NULL) ) > ^ >------------------------------------------------------------ >mpi4py/MPI/commimpl.pxi:126:35: Cannot assign type 'int (MPIAPI )(MPI_Comm, int, void *, void *) except? -1 nogil' to 'MPI_Comm_delete_attr_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > """ > Create a new attribute key for datatypes > """ > cdef object state = _p_keyval(copy_fn, delete_fn, nopython) > cdef int keyval = MPI_KEYVAL_INVALID > cdef MPI_Type_copy_attr_function *_copy = PyMPI_attr_copy_fn > ^ >------------------------------------------------------------ >mpi4py/MPI/Datatype.pyx:851:50: Type is not specialized >Error compiling Cython file: >------------------------------------------------------------ >... > Create a new attribute key for datatypes > """ > cdef object state = _p_keyval(copy_fn, delete_fn, nopython) > cdef int keyval = MPI_KEYVAL_INVALID > cdef MPI_Type_copy_attr_function *_copy = PyMPI_attr_copy_fn > cdef MPI_Type_delete_attr_function *_del = PyMPI_attr_delete_fn > ^ >------------------------------------------------------------ >mpi4py/MPI/Datatype.pyx:852:51: Type is not specialized >Error compiling Cython file: >------------------------------------------------------------ >... > """ > cdef Grequest request = Grequest.__new__(Grequest) > cdef _p_greq state = \ > _p_greq(query_fn, free_fn, cancel_fn, args, kargs) > with nogil: CHKERR( MPI_Grequest_start( > greq_query_fn, greq_free_fn, greq_cancel_fn, > ^ >------------------------------------------------------------ >mpi4py/MPI/Request.pyx:433:12: Cannot assign type 'int (MPIAPI )(void *, MPI_Status *) except? -1 nogil' to 'MPI_Grequest_query_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > """ > cdef Grequest request = Grequest.__new__(Grequest) > cdef _p_greq state = \ > _p_greq(query_fn, free_fn, cancel_fn, args, kargs) > with nogil: CHKERR( MPI_Grequest_start( > greq_query_fn, greq_free_fn, greq_cancel_fn, > ^ >------------------------------------------------------------ >mpi4py/MPI/Request.pyx:433:27: Cannot assign type 'int (MPIAPI )(void *) except? -1 nogil' to 'MPI_Grequest_free_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > """ > cdef Grequest request = Grequest.__new__(Grequest) > cdef _p_greq state = \ > _p_greq(query_fn, free_fn, cancel_fn, args, kargs) > with nogil: CHKERR( MPI_Grequest_start( > greq_query_fn, greq_free_fn, greq_cancel_fn, > ^ >------------------------------------------------------------ >mpi4py/MPI/Request.pyx:433:41: Cannot assign type 'int (MPIAPI )(void *, int) except? -1 nogil' to 'MPI_Grequest_cancel_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > """ > Create a new attribute key for communicators > """ > cdef object state = _p_keyval(copy_fn, delete_fn, nopython) > cdef int keyval = MPI_KEYVAL_INVALID > cdef MPI_Comm_copy_attr_function *_copy = PyMPI_attr_copy_fn > ^ >------------------------------------------------------------ >mpi4py/MPI/Comm.pyx:1303:50: Type is not specialized >Error compiling Cython file: >------------------------------------------------------------ >... > Create a new attribute key for communicators > """ > cdef object state = _p_keyval(copy_fn, delete_fn, nopython) > cdef int keyval = MPI_KEYVAL_INVALID > cdef MPI_Comm_copy_attr_function *_copy = PyMPI_attr_copy_fn > cdef MPI_Comm_delete_attr_function *_del = PyMPI_attr_delete_fn > ^ >------------------------------------------------------------ >mpi4py/MPI/Comm.pyx:1304:51: Type is not specialized >Error compiling Cython file: >------------------------------------------------------------ >... > """ > Create a new attribute key for windows > """ > cdef object state = _p_keyval(copy_fn, delete_fn, nopython) > cdef int keyval = MPI_KEYVAL_INVALID > cdef MPI_Win_copy_attr_function *_copy = PyMPI_attr_copy_fn > ^ >------------------------------------------------------------ >mpi4py/MPI/Win.pyx:274:49: Type is not specialized >Error compiling Cython file: >------------------------------------------------------------ >... > Create a new attribute key for windows > """ > cdef object state = _p_keyval(copy_fn, delete_fn, nopython) > cdef int keyval = MPI_KEYVAL_INVALID > cdef MPI_Win_copy_attr_function *_copy = PyMPI_attr_copy_fn > cdef MPI_Win_delete_attr_function *_del = PyMPI_attr_delete_fn > ^ >------------------------------------------------------------ >mpi4py/MPI/Win.pyx:275:50: Type is not specialized >Error compiling Cython file: >------------------------------------------------------------ >... > cdef char *cdatarep = NULL > datarep = asmpistr(datarep, &cdatarep) > cdef object state = _p_datarep(read_fn, write_fn, extent_fn) > cdef MPI_Datarep_conversion_function *rd = MPI_CONVERSION_FN_NULL > cdef MPI_Datarep_conversion_function *wr = MPI_CONVERSION_FN_NULL > cdef MPI_Datarep_extent_function *ex = datarep_extent_fn > ^ >------------------------------------------------------------ >mpi4py/MPI/File.pyx:870:47: Cannot assign type 'int (MPIAPI )(MPI_Datatype, MPI_Aint *, void *) except? -1 nogil' to 'MPI_Datarep_extent_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > cdef object state = _p_datarep(read_fn, write_fn, extent_fn) > cdef MPI_Datarep_conversion_function *rd = MPI_CONVERSION_FN_NULL > cdef MPI_Datarep_conversion_function *wr = MPI_CONVERSION_FN_NULL > cdef MPI_Datarep_extent_function *ex = datarep_extent_fn > cdef void* xs = <void*>state > if read_fn is not None: rd = datarep_read_fn > ^ >------------------------------------------------------------ >mpi4py/MPI/File.pyx:872:34: Cannot assign type 'int (MPIAPI )(void *, MPI_Datatype, int, void *, MPI_Offset, void *) except? -1 nogil' to 'MPI_Datarep_conversion_function *' >Error compiling Cython file: >------------------------------------------------------------ >... > cdef MPI_Datarep_conversion_function *rd = MPI_CONVERSION_FN_NULL > cdef MPI_Datarep_conversion_function *wr = MPI_CONVERSION_FN_NULL > cdef MPI_Datarep_extent_function *ex = datarep_extent_fn > cdef void* xs = <void*>state > if read_fn is not None: rd = datarep_read_fn > if write_fn is not None: wr = datarep_write_fn > ^ >------------------------------------------------------------ >mpi4py/MPI/File.pyx:873:34: Cannot assign type 'int (MPIAPI )(void *, MPI_Datatype, int, void *, MPI_Offset, void *) except? -1 nogil' to 'MPI_Datarep_conversion_function *' >error: Cython failure: 'mpi4py/MPI.pyx' -> 'mpi4py.MPI.c' >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.sdOciX (%build) > Bad exit status from /var/tmp/rpm-tmp.sdOciX (%build) >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 168638a3020c47c0b719395c547574a4 -D /var/lib/mock/f39-build-44307250-5275661/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv._ewmn19l:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/mpi4py.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M 168638a3020c47c0b719395c547574a4 -D /var/lib/mock/f39-build-44307250-5275661/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv._ewmn19l:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/mpi4py.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2226019
: 1978477 |
1978478
|
1978479