D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-mpi4py-3.0.1-3.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8iSGcz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf mpi4py-3.0.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/mpi4py-3.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mpi4py-3.0.1 + /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/nxtval/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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.x0c6xA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mpi4py-3.0.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export CFLAGS=-Wno-error=format-security + CFLAGS=-Wno-error=format-security + CFLAGS=-Wno-error=format-security + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_src running build_py creating build creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/mpi4py copying src/mpi4py/bench.py -> build/lib.linux-aarch64-3.8/mpi4py copying src/mpi4py/__init__.py -> build/lib.linux-aarch64-3.8/mpi4py copying src/mpi4py/__main__.py -> build/lib.linux-aarch64-3.8/mpi4py copying src/mpi4py/run.py -> build/lib.linux-aarch64-3.8/mpi4py creating build/lib.linux-aarch64-3.8/mpi4py/futures copying src/mpi4py/futures/_lib.py -> build/lib.linux-aarch64-3.8/mpi4py/futures copying src/mpi4py/futures/server.py -> build/lib.linux-aarch64-3.8/mpi4py/futures copying src/mpi4py/futures/aplus.py -> build/lib.linux-aarch64-3.8/mpi4py/futures copying src/mpi4py/futures/_base.py -> build/lib.linux-aarch64-3.8/mpi4py/futures copying src/mpi4py/futures/pool.py -> build/lib.linux-aarch64-3.8/mpi4py/futures copying src/mpi4py/futures/__init__.py -> build/lib.linux-aarch64-3.8/mpi4py/futures copying src/mpi4py/futures/__main__.py -> build/lib.linux-aarch64-3.8/mpi4py/futures copying src/mpi4py/libmpi.pxd -> build/lib.linux-aarch64-3.8/mpi4py copying src/mpi4py/__init__.pxd -> build/lib.linux-aarch64-3.8/mpi4py copying src/mpi4py/MPI.pxd -> build/lib.linux-aarch64-3.8/mpi4py creating build/lib.linux-aarch64-3.8/mpi4py/include creating build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py copying src/mpi4py/include/mpi4py/mpi4py.MPI_api.h -> build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py copying src/mpi4py/include/mpi4py/mpi4py.MPI.h -> build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py copying src/mpi4py/include/mpi4py/mpi4py.h -> build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py copying src/mpi4py/include/mpi4py/mpi4py.i -> build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py copying src/mpi4py/include/mpi4py/mpi.pxi -> build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py 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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -llmpe -o _configtest /usr/bin/ld: cannot find -llmpe collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o building 'mpe' dylib library creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/src creating build/temp.linux-aarch64-3.8/src/lib-pmpi /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c src/lib-pmpi/mpe.c -o build/temp.linux-aarch64-3.8/src/lib-pmpi/mpe.o creating build/lib.linux-aarch64-3.8/mpi4py/lib-pmpi /usr/bin/mpicc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security -Wl,--no-as-needed build/temp.linux-aarch64-3.8/src/lib-pmpi/mpe.o -o build/lib.linux-aarch64-3.8/mpi4py/lib-pmpi/libmpe.so checking for library 'vt-mpi' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -lvt-mpi -o _configtest /usr/bin/ld: cannot find -lvt-mpi collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o checking for library 'vt.mpi' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -lvt.mpi -o _configtest /usr/bin/ld: cannot find -lvt.mpi collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o building 'vt' dylib library /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c src/lib-pmpi/vt.c -o build/temp.linux-aarch64-3.8/src/lib-pmpi/vt.o /usr/bin/mpicc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security -Wl,--no-as-needed build/temp.linux-aarch64-3.8/src/lib-pmpi/vt.o -o build/lib.linux-aarch64-3.8/mpi4py/lib-pmpi/libvt.so checking for library 'vt-mpi' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -lvt-mpi -o _configtest /usr/bin/ld: cannot find -lvt-mpi collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o checking for library 'vt.mpi' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -lvt.mpi -o _configtest /usr/bin/ld: cannot find -lvt.mpi collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o building 'vt-mpi' dylib library /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c src/lib-pmpi/vt-mpi.c -o build/temp.linux-aarch64-3.8/src/lib-pmpi/vt-mpi.o /usr/bin/mpicc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security -Wl,--no-as-needed build/temp.linux-aarch64-3.8/src/lib-pmpi/vt-mpi.o -o build/lib.linux-aarch64-3.8/mpi4py/lib-pmpi/libvt-mpi.so checking for library 'vt-hyb' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -lvt-hyb -o _configtest /usr/bin/ld: cannot find -lvt-hyb collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o checking for library 'vt.ompi' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -lvt.ompi -o _configtest /usr/bin/ld: cannot find -lvt.ompi collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o building 'vt-hyb' dylib library /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -c src/lib-pmpi/vt-hyb.c -o build/temp.linux-aarch64-3.8/src/lib-pmpi/vt-hyb.o /usr/bin/mpicc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security -Wl,--no-as-needed build/temp.linux-aarch64-3.8/src/lib-pmpi/vt-hyb.o -o build/lib.linux-aarch64-3.8/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 -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o success! removing: _configtest.c _configtest.o success! checking for library 'dl' ... gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o gcc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -Lbuild/temp.linux-aarch64-3.8 -ldl -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'dlopen' ... gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o gcc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -Lbuild/temp.linux-aarch64-3.8 -ldl -o _configtest success! removing: _configtest.c _configtest.o _configtest building 'mpi4py.dl' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -I/usr/include/python3.8 -c src/dynload.c -o build/temp.linux-aarch64-3.8/src/dynload.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security build/temp.linux-aarch64-3.8/src/dynload.o -Lbuild/temp.linux-aarch64-3.8 -ldl -lpython3.8 -o build/lib.linux-aarch64-3.8/mpi4py/dl.cpython-38-aarch64-linux-gnu.so checking for MPI compile and link ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o success! removing: _configtest.c _configtest.o /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -Lbuild/temp.linux-aarch64-3.8 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for missing MPI functions/symbols ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o success! removing: _configtest.c _configtest.o checking for function 'MPI_Type_create_f90_integer' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -Lbuild/temp.linux-aarch64-3.8 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'MPI_Type_create_f90_real' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -Lbuild/temp.linux-aarch64-3.8 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'MPI_Type_create_f90_complex' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -Lbuild/temp.linux-aarch64-3.8 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'MPI_Status_c2f' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -Lbuild/temp.linux-aarch64-3.8 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'MPI_Status_f2c' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -Lbuild/temp.linux-aarch64-3.8 -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for dlopen() availability ... checking for header 'dlfcn.h' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o success! removing: _configtest.c _configtest.o success! checking for library 'dl' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -Lbuild/temp.linux-aarch64-3.8 -ldl -o _configtest success! removing: _configtest.c _configtest.o _configtest checking for function 'dlopen' ... /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -I/usr/include/python3.8 -c _configtest.c -o _configtest.o /usr/bin/mpicc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security _configtest.o -Lbuild/temp.linux-aarch64-3.8 -ldl -o _configtest success! removing: _configtest.c _configtest.o _configtest building 'mpi4py.MPI' extension /usr/bin/mpicc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -Wno-error=format-security -fPIC -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -I/usr/include/python3.8 -c src/MPI.c -o build/temp.linux-aarch64-3.8/src/MPI.o In file included from src/MPI.c:4: src/mpi4py.MPI.c: In function '__Pyx_modinit_type_init_code': src/mpi4py.MPI.c:160852:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160852 | PyMPIStatus_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160859:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160859 | PyMPIDatatype_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160866:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160866 | PyMPIRequest_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160874:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160874 | PyMPIPrequest_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160882:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160882 | PyMPIGrequest_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160889:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160889 | PyMPIMessage_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160896:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160896 | PyMPIOp_Type.tp_print = 0; | ^~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160903:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160903 | PyMPIGroup_Type.tp_print = 0; | ^~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160910:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160910 | PyMPIInfo_Type.tp_print = 0; | ^~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160917:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160917 | PyMPIErrhandler_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160924:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160924 | PyMPIComm_Type.tp_print = 0; | ^~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160932:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160932 | PyMPIIntracomm_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160940:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160940 | PyMPITopocomm_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160948:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160948 | PyMPICartcomm_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160956:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160956 | PyMPIGraphcomm_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160964:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160964 | PyMPIDistgraphcomm_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160972:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160972 | PyMPIIntercomm_Type.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160979:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160979 | PyMPIWin_Type.tp_print = 0; | ^~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160986:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160986 | PyMPIFile_Type.tp_print = 0; | ^~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:160993:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 160993 | __pyx_type_6mpi4py_3MPI_memory.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161000:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161000 | __pyx_type_6mpi4py_3MPI__p_mem.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161010:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161010 | __pyx_type_6mpi4py_3MPI__p_greq.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161021:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161021 | __pyx_type_6mpi4py_3MPI__p_datarep.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161028:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161028 | __pyx_type_6mpi4py_3MPI__p_keyval.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161034:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161034 | __pyx_type_6mpi4py_3MPI__p_message.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161043:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161043 | __pyx_type_6mpi4py_3MPI__p_msg_p2p.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161068:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161068 | __pyx_type_6mpi4py_3MPI__p_msg_cco.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161078:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161078 | __pyx_type_6mpi4py_3MPI__p_msg_ccow.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161096:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161096 | __pyx_type_6mpi4py_3MPI__p_msg_rma.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161106:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161106 | __pyx_type_6mpi4py_3MPI__p_msg_io.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c:161122:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 161122 | __pyx_type_6mpi4py_3MPI_Pickle.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/mpi4py.MPI.c:4, from src/MPI.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ In file included from src/MPI.c:4: src/mpi4py.MPI.c: In function '__pyx_pymod_exec_MPI': src/mpi4py.MPI.c:161247:30: note: variable tracking size limit exceeded with '-fvar-tracking-assignments', retrying without 161247 | static CYTHON_SMALL_CODE int __pyx_pymod_exec_MPI(PyObject *__pyx_pyinit_module) | ^~~~~~~~~~~~~~~~~~~~ /usr/bin/mpicc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wno-error=format-security build/temp.linux-aarch64-3.8/src/MPI.o -Lbuild/temp.linux-aarch64-3.8 -ldl -lpython3.8 -o build/lib.linux-aarch64-3.8/mpi4py/MPI.cpython-38-aarch64-linux-gnu.so writing build/lib.linux-aarch64-3.8/mpi4py/mpi.cfg + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iKjPaz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64 + cd mpi4py-3.0.1 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/libmpi.pxd -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py creating /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/include creating /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/include/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py/mpi.pxi -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/include/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py/mpi4py.MPI_api.h -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/include/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py/mpi4py.i -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/include/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py/mpi4py.MPI.h -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/include/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/include/mpi4py/mpi4py.h -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/include/mpi4py creating /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi copying build/lib.linux-aarch64-3.8/mpi4py/lib-pmpi/libvt-hyb.so -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi copying build/lib.linux-aarch64-3.8/mpi4py/lib-pmpi/libvt-mpi.so -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi copying build/lib.linux-aarch64-3.8/mpi4py/lib-pmpi/libmpe.so -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi copying build/lib.linux-aarch64-3.8/mpi4py/lib-pmpi/libvt.so -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi copying build/lib.linux-aarch64-3.8/mpi4py/mpi.cfg -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/MPI.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/dl.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py creating /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures copying build/lib.linux-aarch64-3.8/mpi4py/futures/_lib.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures copying build/lib.linux-aarch64-3.8/mpi4py/futures/server.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures copying build/lib.linux-aarch64-3.8/mpi4py/futures/aplus.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures copying build/lib.linux-aarch64-3.8/mpi4py/futures/_base.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures copying build/lib.linux-aarch64-3.8/mpi4py/futures/pool.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures copying build/lib.linux-aarch64-3.8/mpi4py/futures/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures copying build/lib.linux-aarch64-3.8/mpi4py/futures/__main__.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures copying build/lib.linux-aarch64-3.8/mpi4py/bench.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/__init__.pxd -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/__main__.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/run.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py copying build/lib.linux-aarch64-3.8/mpi4py/MPI.pxd -> /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures/_lib.py to _lib.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures/server.py to server.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures/aplus.py to aplus.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures/_base.py to _base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures/pool.py to pool.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/futures/__main__.py to __main__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/bench.py to bench.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/__main__.py to __main__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/run.py to run.cpython-38.pyc writing byte-compilation script '/tmp/tmpxa2ynspb.py' /usr/bin/python3 /tmp/tmpxa2ynspb.py removing /tmp/tmpxa2ynspb.py running install_egg_info Writing /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py-3.0.1-py3.8.egg-info + rm -f /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/mpi.cfg + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 3.0.1-3.mga8 --unique-debug-suffix -3.0.1-3.mga8.aarch64 --unique-debug-src-base python-mpi4py-3.0.1-3.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/mpi4py-3.0.1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/MPI.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/dl.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libmpe.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libvt-mpi.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libvt-hyb.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libvt.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libvt-mpi.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/dl.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libmpe.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/MPI.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libvt-hyb.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libvt.so dwz: .dwz/python-mpi4py-3.0.1-3.mga8.aarch64: .debug_line reference above end of section original debug info size: 11508kB, size after compression: 11296kB /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 13616 blocks + '[' -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/translate_menu + '[' -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 Warning: unused libraries in /usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libvt-hyb.so: libpthread.so.0 Warning: unused libraries in /usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libvt-mpi.so: libpthread.so.0 Warning: unused libraries in /usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libmpe.so: libpthread.so.0 Warning: unused libraries in /usr/lib64/python3.8/site-packages/mpi4py/lib-pmpi/libvt.so: libpthread.so.0 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python-mpi4py-doc-3.0.1-3.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JFsDky + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mpi4py-3.0.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/share/doc/python-mpi4py-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/share/doc/python-mpi4py-doc + cp -pr test/ /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/share/doc/python-mpi4py-doc + cp -pr demo/ /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/share/doc/python-mpi4py-doc + cp -pr docs/usrman /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/share/doc/python-mpi4py-doc + cp -pr docs/apiref /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64/usr/share/doc/python-mpi4py-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-mpi4py-doc = 3.0.1-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-mpi4py-3.0.1-3.mga8.aarch64 Provides: libmpe.so()(64bit) libvt-hyb.so()(64bit) libvt-mpi.so()(64bit) libvt.so()(64bit) python-mpi4py = 3.0.1-3.mga8 python3-mpi4py = 3.0.1-3.mga8 python3-mpi4py(aarch-64) = 3.0.1-3.mga8 python3.8dist(mpi4py) = 3.0.1 python3dist(mpi4py) = 3.0.1 pythonegg(3)(mpi4py) = 3.0.1 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: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libmpi.so.40()(64bit) libpthread.so.0()(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 Obsoletes: python-mpi4py < 3.0.1-3.mga8 Processing files: python3-mpi4py-devel-3.0.1-3.mga8.aarch64 Provides: python3-mpi4py-devel = 3.0.1-3.mga8 python3-mpi4py-devel(aarch-64) = 3.0.1-3.mga8 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.0.1-3.mga8.aarch64 Provides: python-mpi4py-debugsource = 3.0.1-3.mga8 python-mpi4py-debugsource(aarch-64) = 3.0.1-3.mga8 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.0.1-3.mga8.aarch64 Provides: debuginfo(build-id) = 8ead785813dca0b8affe9c33ed3c5998fd892c55 debuginfo(build-id) = 9a4e0600996bde68699d7f598b752ffdf49e7eb1 debuginfo(build-id) = 9adc951c50db989c23d789d397940fc5b5999d3d debuginfo(build-id) = b94a9c8683def858f69f2d62438ceac98b75ad99 debuginfo(build-id) = d998ec76ff1887b89d9b6ccbdcf796aa9704b87c debuginfo(build-id) = f37e9b1cb831b57381df9c1f64a47ddcff7ccfeb python3-mpi4py-debuginfo = 3.0.1-3.mga8 python3-mpi4py-debuginfo(aarch-64) = 3.0.1-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-mpi4py-debugsource(aarch-64) = 3.0.1-3.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-mpi4py-devel-3.0.1-3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-mpi4py-3.0.1-3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/python-mpi4py-doc-3.0.1-3.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-mpi4py-debugsource-3.0.1-3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-mpi4py-debuginfo-3.0.1-3.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kJC22x + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mpi4py-3.0.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-mpi4py-3.0.1-3.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TK2EFx + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf mpi4py-3.0.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!