D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-pyproj-2.1.3-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nMbr2l + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pyproj-2.1.3 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pyproj-2.1.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyproj-2.1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/rm -rf pyproj.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QtnHGk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyproj-2.1.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export PROJ_DIR=/usr + PROJ_DIR=/usr + export PROJ_LIBDIR=/usr/lib64 + PROJ_LIBDIR=/usr/lib64 + 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 build '--executable=/usr/bin/python3 -s' PROJ_DIR is set, using existing proj4 installation.. running build running build_py creating build creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/pyproj copying pyproj/transformer.py -> build/lib.linux-aarch64-3.8/pyproj copying pyproj/utils.py -> build/lib.linux-aarch64-3.8/pyproj copying pyproj/compat.py -> build/lib.linux-aarch64-3.8/pyproj copying pyproj/crs.py -> build/lib.linux-aarch64-3.8/pyproj copying pyproj/exceptions.py -> build/lib.linux-aarch64-3.8/pyproj copying pyproj/__init__.py -> build/lib.linux-aarch64-3.8/pyproj copying pyproj/proj.py -> build/lib.linux-aarch64-3.8/pyproj copying pyproj/datadir.py -> build/lib.linux-aarch64-3.8/pyproj copying pyproj/geod.py -> build/lib.linux-aarch64-3.8/pyproj running build_ext building 'pyproj._proj' extension creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/pyproj 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_proj.c -o build/temp.linux-aarch64-3.8/pyproj/_proj.o pyproj/_proj.c: In function '__pyx_pf_6pyproj_5_proj_4Proj_8_fwd': pyproj/_proj.c:1991:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 1991 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lons, (&__pyx_v_londata), (&__pyx_v_buflenx)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_proj.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_proj.c:2023:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 2023 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lats, (&__pyx_v_latdata), (&__pyx_v_bufleny)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_proj.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_proj.c: In function '__pyx_pf_6pyproj_5_proj_4Proj_10_inv': pyproj/_proj.c:2756:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 2756 | __pyx_t_3 = ((PyObject_AsWriteBuffer(__pyx_v_x, (&__pyx_v_xdata), (&__pyx_v_buflenx)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_proj.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_proj.c:2788:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 2788 | __pyx_t_3 = ((PyObject_AsWriteBuffer(__pyx_v_y, (&__pyx_v_ydata), (&__pyx_v_bufleny)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_proj.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_proj.c: In function '__Pyx_modinit_type_init_code': pyproj/_proj.c:4092:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 4092 | __pyx_type_6pyproj_5_proj_Proj.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 pyproj/_proj.c:31: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ pyproj/_proj.c:4109:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 4109 | __pyx_type_6pyproj_5_proj_TransProj.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 pyproj/_proj.c:31: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/pyproj/_proj.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-aarch64-3.8/pyproj/_proj.cpython-38-aarch64-linux-gnu.so building 'pyproj._geod' 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_geod.c -o build/temp.linux-aarch64-3.8/pyproj/_geod.o pyproj/_geod.c: In function '__pyx_pf_6pyproj_5_geod_4Geod_4_fwd': pyproj/_geod.c:1883:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 1883 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lons, (&__pyx_v_londata), (&__pyx_v_buflenlons)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_geod.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_geod.c:1915:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 1915 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lats, (&__pyx_v_latdata), (&__pyx_v_buflenlats)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_geod.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_geod.c:1947:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 1947 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_az, (&__pyx_v_azdat), (&__pyx_v_buflenaz)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_geod.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_geod.c:1979:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 1979 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_dist, (&__pyx_v_distdat), (&__pyx_v_buflend)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_geod.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_geod.c: In function '__pyx_pf_6pyproj_5_geod_4Geod_6_inv': pyproj/_geod.c:2534:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 2534 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lons1, (&__pyx_v_londata), (&__pyx_v_buflenlons)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_geod.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_geod.c:2566:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 2566 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lats1, (&__pyx_v_latdata), (&__pyx_v_buflenlats)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_geod.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_geod.c:2598:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 2598 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lons2, (&__pyx_v_azdat), (&__pyx_v_buflenaz)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_geod.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_geod.c:2630:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 2630 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_lats2, (&__pyx_v_distdat), (&__pyx_v_buflend)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_geod.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_geod.c: In function '__Pyx_modinit_type_init_code': pyproj/_geod.c:4507:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 4507 | __pyx_type_6pyproj_5_geod_Geod.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 pyproj/_geod.c:31: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/pyproj/_geod.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-aarch64-3.8/pyproj/_geod.cpython-38-aarch64-linux-gnu.so building 'pyproj._crs' 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_crs.c -o build/temp.linux-aarch64-3.8/pyproj/_crs.o pyproj/_crs.c: In function '__Pyx_modinit_type_init_code': pyproj/_crs.c:14460:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 14460 | __pyx_type_6pyproj_4_crs_AxisInfo.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 pyproj/_crs.c:31: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ pyproj/_crs.c:14471:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 14471 | __pyx_type_6pyproj_4_crs_AreaOfUse.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 pyproj/_crs.c:31: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ pyproj/_crs.c:14482:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 14482 | __pyx_type_6pyproj_4_crs_Ellipsoid.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 pyproj/_crs.c:31: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ pyproj/_crs.c:14493:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 14493 | __pyx_type_6pyproj_4_crs_PrimeMeridian.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 pyproj/_crs.c:31: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ pyproj/_crs.c:14502:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 14502 | __pyx_type_6pyproj_4_crs__CRS.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 pyproj/_crs.c:31: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/pyproj/_crs.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-aarch64-3.8/pyproj/_crs.cpython-38-aarch64-linux-gnu.so building 'pyproj._transformer' 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_transformer.c -o build/temp.linux-aarch64-3.8/pyproj/_transformer.o pyproj/_transformer.c: In function '__pyx_pf_6pyproj_12_transformer_12_Transformer_14_transform': pyproj/_transformer.c:2878:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 2878 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_inx, (&__pyx_v_xdata), (&__pyx_v_buflenx)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_transformer.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_transformer.c:2910:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 2910 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_iny, (&__pyx_v_ydata), (&__pyx_v_bufleny)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_transformer.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_transformer.c:2953:5: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 2953 | __pyx_t_2 = ((PyObject_AsWriteBuffer(__pyx_v_inz, (&__pyx_v_zdata), (&__pyx_v_buflenz)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_transformer.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_transformer.c:3018:5: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 3018 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_intime, (&__pyx_v_tdata), (&__pyx_v_buflent)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_transformer.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_transformer.c: In function '__pyx_pf_6pyproj_12_transformer_12_Transformer_16_transform_sequence': pyproj/_transformer.c:4047:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 4047 | __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_v_inseq, (&__pyx_v_buffer), (&__pyx_v_buflen)) != 0) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from pyproj/_transformer.c:31: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ pyproj/_transformer.c: In function '__Pyx_modinit_type_init_code': pyproj/_transformer.c:6326:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 6326 | __pyx_type_6pyproj_12_transformer__Transformer.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 pyproj/_transformer.c:31: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/pyproj/_transformer.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-aarch64-3.8/pyproj/_transformer.cpython-38-aarch64-linux-gnu.so building 'pyproj._datadir' 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c pyproj/_datadir.c -o build/temp.linux-aarch64-3.8/pyproj/_datadir.o pyproj/_datadir.c: In function '__pyx_f_6pyproj_8_datadir_get_pyproj_context': pyproj/_datadir.c:1511:74: warning: passing argument 3 of 'proj_context_set_search_paths' from incompatible pointer type [-Wincompatible-pointer-types] 1511 | proj_context_set_search_paths(__pyx_v_pyproj_context, __pyx_t_5, __pyx_v_c_data_dir); | ^~~~~~~~~~~~~~~~~~ | | | char ** In file included from pyproj/_datadir.c:638: /usr/include/proj.h:350:98: note: expected 'const char * const*' but argument is of type 'char **' 350 | void PROJ_DLL proj_context_set_search_paths(PJ_CONTEXT *ctx, int count_paths, const char* const* paths); | ~~~~~~~~~~~~~~~~~~~^~~~~ 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/pyproj/_datadir.o -L/usr/lib64 -L/usr/lib64 -lproj -lpython3.8 -o build/lib.linux-aarch64-3.8/pyproj/_datadir.cpython-38-aarch64-linux-gnu.so /usr/lib64/python3.8/distutils/extension.py:131: UserWarning: Unknown Extension options: 'embedsignature' warnings.warn(msg) + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.L6Jvzk + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64 + cd pyproj-2.1.3 + '[' 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-pyproj-2.1.3-2.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/transformer.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/_transformer.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/_crs.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/_geod.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/_proj.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/crs.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/_datadir.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/proj.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/datadir.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj copying build/lib.linux-aarch64-3.8/pyproj/geod.py -> /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/transformer.py to transformer.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/utils.py to utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/compat.py to compat.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/crs.py to crs.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/exceptions.py to exceptions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/proj.py to proj.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/datadir.py to datadir.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/geod.py to geod.cpython-38.pyc writing byte-compilation script '/tmp/tmpecwn80z9.py' /usr/bin/python3 /tmp/tmpecwn80z9.py removing /tmp/tmpecwn80z9.py running install_egg_info running egg_info creating pyproj.egg-info writing pyproj.egg-info/PKG-INFO writing dependency_links to pyproj.egg-info/dependency_links.txt writing top-level names to pyproj.egg-info/top_level.txt writing manifest file 'pyproj.egg-info/SOURCES.txt' reading manifest file 'pyproj.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' /usr/lib64/python3.8/distutils/extension.py:131: UserWarning: Unknown Extension options: 'embedsignature' warnings.warn(msg) warning: no files found matching 'pyproj/*.pyd' warning: no files found matching 'test/test2.py' warning: no files found matching 'test/datum_shift.py' warning: no files found matching 'test/geodtest.py' warning: no files found matching '*' under directory 'unittest' no previously-included directories found matching 'proj.4/*' no previously-included directories found matching 'pyproj/proj_dir' no previously-included directories found matching '*/__pycache__/' writing manifest file 'pyproj.egg-info/SOURCES.txt' Copying pyproj.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj-2.1.3-py3.8.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 2.1.3-2.mga8 --unique-debug-suffix -2.1.3-2.mga8.aarch64 --unique-debug-src-base python-pyproj-2.1.3-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pyproj-2.1.3 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/_crs.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/_proj.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/_transformer.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/_geod.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/_datadir.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/_crs.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/_proj.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/_datadir.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/_transformer.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib64/python3.8/site-packages/pyproj/_geod.cpython-38-aarch64-linux-gnu.so original debug info size: 3220kB, size after compression: 3092kB /usr/lib/rpm/sepdebugcrcfix: Updated 5 CRC32s, 0 CRC32s did match. 3465 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 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.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: python3-pyproj-2.1.3-2.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2QS6Xk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyproj-2.1.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/share/doc/python3-pyproj + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/share/doc/python3-pyproj + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/share/doc/python3-pyproj + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64/usr/share/doc/python3-pyproj + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pyproj = 2.1.3-2.mga8 python3-pyproj = 2.1.3-2.mga8 python3-pyproj(aarch-64) = 2.1.3-2.mga8 python3.8dist(pyproj) = 2.1.3 python3dist(pyproj) = 2.1.3 pythonegg(3)(pyproj) = 2.1.3 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) libproj.so.15()(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 Obsoletes: python-pyproj < 2.1.3-2.mga8 Processing files: python-pyproj-debugsource-2.1.3-2.mga8.aarch64 Provides: python-pyproj-debugsource = 2.1.3-2.mga8 python-pyproj-debugsource(aarch-64) = 2.1.3-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pyproj-debuginfo-2.1.3-2.mga8.aarch64 Provides: debuginfo(build-id) = 1fb3693f5688dbc44bcc65a8f6c31a0e4909e82f debuginfo(build-id) = 3bcc38a16221fa0db85a4860b5a048573e4cb1e6 debuginfo(build-id) = a0ed0d0085f7e47d12bbaeac3a5691bf3b2a3d25 debuginfo(build-id) = c606b725f23f41350348a5290fe5fc6a7dbc2e3c debuginfo(build-id) = d64553b5bea0bc1c0b483014de70bb55d1487315 python3-pyproj-debuginfo = 2.1.3-2.mga8 python3-pyproj-debuginfo(aarch-64) = 2.1.3-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pyproj-debugsource(aarch-64) = 2.1.3-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-pyproj-2.1.3-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-pyproj-debugsource-2.1.3-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-pyproj-debuginfo-2.1.3-2.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8VzVVn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyproj-2.1.3 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pyproj-2.1.3-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VPgx0m + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pyproj-2.1.3 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!