Mock Version: 1.4.19 Mock Version: 1.4.19 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/pyproj.spec'], chrootPath='/var/lib/mock/epel8-build-18138876-1295333/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/pyproj.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/pyproj-2.2.1-1.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/pyproj.spec'], chrootPath='/var/lib/mock/epel8-build-18138876-1295333/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/pyproj.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EacLWX + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyproj-2.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyproj-2.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyproj-2.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . ++ grep -rl '/\* Generated by Cython' + rm -v pyproj/_list.c pyproj/_crs.c pyproj/_proj.c pyproj/_datadir.c pyproj/_geod.c pyproj/_transformer.c removed 'pyproj/_list.c' removed 'pyproj/_crs.c' removed 'pyproj/_proj.c' removed 'pyproj/_datadir.c' removed 'pyproj/_geod.c' removed 'pyproj/_transformer.c' + sed -i -e 's/= python /= python3 /g' docs/Makefile + sed -i -e 's/^#!\/usr\/bin\/env python/#!\/usr\/bin\/python3/g' docs/conf.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TyDZcv + umask 022 + cd /builddir/build/BUILD + cd pyproj-2.2.1 + export PROJ_DIR=/usr/ + PROJ_DIR=/usr/ + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.6 setup.py build '--executable=/usr/bin/python3.6 -s' PROJ_DIR is set, using existing proj4 installation.. running build running build_py creating build creating build/lib.linux-ppc64le-3.6 creating build/lib.linux-ppc64le-3.6/pyproj copying pyproj/utils.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/enums.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/crs.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/__init__.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/transformer.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/compat.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/datadir.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/cf1x8.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/geod.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/proj.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/_show_versions.py -> build/lib.linux-ppc64le-3.6/pyproj copying pyproj/exceptions.py -> build/lib.linux-ppc64le-3.6/pyproj running build_ext building 'pyproj._proj' extension creating build/temp.linux-ppc64le-3.6 creating build/temp.linux-ppc64le-3.6/pyproj gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -fPIC -I/usr/include -I/usr/include/python3.6m -c pyproj/_proj.c -o build/temp.linux-ppc64le-3.6/pyproj/_proj.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.6/pyproj/_proj.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -Wl,--enable-new-dtags,-R/usr/lib -lproj -lpython3.6m -o build/lib.linux-ppc64le-3.6/pyproj/_proj.cpython-36m-ppc64le-linux-gnu.so building 'pyproj._geod' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -fPIC -I/usr/include -I/usr/include/python3.6m -c pyproj/_geod.c -o build/temp.linux-ppc64le-3.6/pyproj/_geod.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.6/pyproj/_geod.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -Wl,--enable-new-dtags,-R/usr/lib -lproj -lpython3.6m -o build/lib.linux-ppc64le-3.6/pyproj/_geod.cpython-36m-ppc64le-linux-gnu.so building 'pyproj._crs' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -fPIC -I/usr/include -I/usr/include/python3.6m -c pyproj/_crs.c -o build/temp.linux-ppc64le-3.6/pyproj/_crs.o pyproj/_crs.c: In function ‘__pyx_f_6pyproj_4_crs_5Param_create’: pyproj/_crs.c:12567:98: warning: passing argument 4 of ‘proj_coordoperation_get_param’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_param(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ~^~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1052:57: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_name, ~~~~~~~~~~~~~^~~~~~~~ pyproj/_crs.c:12567:119: warning: passing argument 5 of ‘proj_coordoperation_get_param’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_param(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ~^~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1053:57: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_auth_name, ~~~~~~~~~~~~~^~~~~~~~~~~~~ pyproj/_crs.c:12567:145: warning: passing argument 6 of ‘proj_coordoperation_get_param’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_param(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ~^~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1054:57: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_code, ~~~~~~~~~~~~~^~~~~~~~ pyproj/_crs.c:12567:191: warning: passing argument 8 of ‘proj_coordoperation_get_param’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_param(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1056:57: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_value_string, ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ pyproj/_crs.c:12567:262: warning: passing argument 10 of ‘proj_coordoperation_get_param’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_param(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ~^~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1058:57: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_unit_name, ~~~~~~~~~~~~~^~~~~~~~~~~~~ pyproj/_crs.c:12567:288: warning: passing argument 11 of ‘proj_coordoperation_get_param’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_param(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1059:57: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_unit_auth_name, ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ pyproj/_crs.c:12567:319: warning: passing argument 12 of ‘proj_coordoperation_get_param’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_param(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ~^~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1060:57: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_unit_code, ~~~~~~~~~~~~~^~~~~~~~~~~~~ pyproj/_crs.c:12567:345: warning: passing argument 13 of ‘proj_coordoperation_get_param’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_param(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_param_idx, (&__pyx_v_out_name), (&__pyx_v_out_auth_name), (&__pyx_v_out_code), (&__pyx_v_value_double), (&__pyx_v_out_value_string), (&__pyx_v_param->unit_conversion_factor), (&__pyx_v_out_unit_name), (&__pyx_v_out_unit_auth_name), (&__pyx_v_out_unit_code), (&__pyx_v_out_unit_category))); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1061:57: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_unit_category); ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ pyproj/_crs.c: In function ‘__pyx_f_6pyproj_4_crs_4Grid_create’: pyproj/_crs.c:14166:101: warning: passing argument 4 of ‘proj_coordoperation_get_grid_used’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_grid_used(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_grid_idx, (&__pyx_v_out_short_name), (&__pyx_v_out_full_name), (&__pyx_v_out_package_name), (&__pyx_v_out_url), (&__pyx_v_direct_download), (&__pyx_v_open_license), (&__pyx_v_available))); ~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1069:61: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_short_name, ~~~~~~~~~~~~~^~~~~~~~~~~~~~ pyproj/_crs.c:14166:128: warning: passing argument 5 of ‘proj_coordoperation_get_grid_used’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_grid_used(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_grid_idx, (&__pyx_v_out_short_name), (&__pyx_v_out_full_name), (&__pyx_v_out_package_name), (&__pyx_v_out_url), (&__pyx_v_direct_download), (&__pyx_v_open_license), (&__pyx_v_available))); ~^~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1070:61: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_full_name, ~~~~~~~~~~~~~^~~~~~~~~~~~~ pyproj/_crs.c:14166:154: warning: passing argument 6 of ‘proj_coordoperation_get_grid_used’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_grid_used(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_grid_idx, (&__pyx_v_out_short_name), (&__pyx_v_out_full_name), (&__pyx_v_out_package_name), (&__pyx_v_out_url), (&__pyx_v_direct_download), (&__pyx_v_open_license), (&__pyx_v_available))); ~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1071:61: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_package_name, ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ pyproj/_crs.c:14166:183: warning: passing argument 7 of ‘proj_coordoperation_get_grid_used’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_grid_used(__pyx_v_projcontext, __pyx_v_projobj, __pyx_v_grid_idx, (&__pyx_v_out_short_name), (&__pyx_v_out_full_name), (&__pyx_v_out_package_name), (&__pyx_v_out_url), (&__pyx_v_direct_download), (&__pyx_v_open_license), (&__pyx_v_available))); ~^~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1072:61: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_url, ~~~~~~~~~~~~~^~~~~~~ pyproj/_crs.c: In function ‘__pyx_f_6pyproj_4_crs_19CoordinateOperation_create’: pyproj/_crs.c:15519:137: warning: passing argument 3 of ‘proj_coordoperation_get_method_info’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_method_info(__pyx_v_coord_operation->__pyx_base.projctx, __pyx_v_coord_operation->__pyx_base.projobj, (&__pyx_v_out_method_name), (&__pyx_v_out_method_auth_name), (&__pyx_v_out_method_code))); ~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1032:63: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_method_name, ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ pyproj/_crs.c:15519:165: warning: passing argument 4 of ‘proj_coordoperation_get_method_info’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_method_info(__pyx_v_coord_operation->__pyx_base.projctx, __pyx_v_coord_operation->__pyx_base.projobj, (&__pyx_v_out_method_name), (&__pyx_v_out_method_auth_name), (&__pyx_v_out_method_code))); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1033:63: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_method_auth_name, ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ pyproj/_crs.c:15519:198: warning: passing argument 5 of ‘proj_coordoperation_get_method_info’ from incompatible pointer type [-Wincompatible-pointer-types] (void)(proj_coordoperation_get_method_info(__pyx_v_coord_operation->__pyx_base.projctx, __pyx_v_coord_operation->__pyx_base.projobj, (&__pyx_v_out_method_name), (&__pyx_v_out_method_auth_name), (&__pyx_v_out_method_code))); ~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pyproj/_crs.c:593: /usr/include/proj.h:1034:63: note: expected ‘const char **’ but argument is of type ‘char **’ const char **out_method_code); ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.6/pyproj/_crs.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -Wl,--enable-new-dtags,-R/usr/lib -lproj -lpython3.6m -o build/lib.linux-ppc64le-3.6/pyproj/_crs.cpython-36m-ppc64le-linux-gnu.so building 'pyproj._transformer' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -fPIC -I/usr/include -I/usr/include/python3.6m -c pyproj/_transformer.c -o build/temp.linux-ppc64le-3.6/pyproj/_transformer.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.6/pyproj/_transformer.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -Wl,--enable-new-dtags,-R/usr/lib -lproj -lpython3.6m -o build/lib.linux-ppc64le-3.6/pyproj/_transformer.cpython-36m-ppc64le-linux-gnu.so building 'pyproj._datadir' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -fPIC -I/usr/include -I/usr/include/python3.6m -c pyproj/_datadir.c -o build/temp.linux-ppc64le-3.6/pyproj/_datadir.o pyproj/_datadir.c: In function ‘__pyx_f_6pyproj_8_datadir_get_pyproj_context’: pyproj/_datadir.c:1518:74: warning: passing argument 3 of ‘proj_context_set_search_paths’ from incompatible pointer type [-Wincompatible-pointer-types] proj_context_set_search_paths(__pyx_v_pyproj_context, __pyx_t_6, __pyx_v_c_data_dir); ^~~~~~~~~~~~~~~~~~ In file included from pyproj/_datadir.c:593: /usr/include/proj.h:351:98: note: expected ‘const char * const*’ but argument is of type ‘char **’ void PROJ_DLL proj_context_set_search_paths(PJ_CONTEXT *ctx, int count_paths, const char* const* paths); ~~~~~~~~~~~~~~~~~~~^~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.6/pyproj/_datadir.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -Wl,--enable-new-dtags,-R/usr/lib -lproj -lpython3.6m -o build/lib.linux-ppc64le-3.6/pyproj/_datadir.cpython-36m-ppc64le-linux-gnu.so building 'pyproj._list' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -fPIC -I/usr/include -I/usr/include/python3.6m -c pyproj/_list.c -o build/temp.linux-ppc64le-3.6/pyproj/_list.o pyproj/_list.c: In function ‘__pyx_pf_6pyproj_5_list_get_proj_operations_map’: pyproj/_list.c:1193:27: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_proj_operations = proj_list_operations(); ^ pyproj/_list.c: In function ‘__pyx_pf_6pyproj_5_list_2get_ellps_map’: pyproj/_list.c:1452:22: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_proj_ellps = proj_list_ellps(); ^ pyproj/_list.c: In function ‘__pyx_pf_6pyproj_5_list_4get_prime_meridians_map’: pyproj/_list.c:1957:27: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_prime_meridians = proj_list_prime_meridians(); ^ pyproj/_list.c: In function ‘__pyx_pf_6pyproj_5_list_6get_units_map’: pyproj/_list.c:2203:22: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_proj_units = proj_list_units(); ^ pyproj/_list.c: In function ‘__pyx_pf_6pyproj_5_list_8get_angular_units_map’: pyproj/_list.c:2600:22: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_proj_units = proj_list_angular_units(); ^ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.6/pyproj/_list.o -L/usr/lib -L/usr/lib64 -L/usr/lib64 -Wl,--enable-new-dtags,-R/usr/lib -lproj -lpython3.6m -o build/lib.linux-ppc64le-3.6/pyproj/_list.cpython-36m-ppc64le-linux-gnu.so + sleep 1 + cd docs + PYTHONPATH=/builddir/build/BUILD/pyproj-2.2.1/build/lib.linux-ppc64le-3.6/ + make html Running Sphinx v1.7.6 making output directory... loading pickled environment... not yet created building [mo]: targets for 0 po files that are out of date building [html]: targets for 16 source files that are out of date updating environment: 16 added, 0 changed, 0 removed reading sources... [ 6%] api/crs reading sources... [ 12%] api/datadir reading sources... [ 18%] api/enums reading sources... [ 25%] api/exceptions reading sources... [ 31%] api/geod reading sources... [ 37%] api/index reading sources... [ 43%] api/list reading sources... [ 50%] api/proj reading sources... [ 56%] api/show_versions reading sources... [ 62%] api/transformer reading sources... [ 68%] examples reading sources... [ 75%] gotchas reading sources... [ 81%] history reading sources... [ 87%] index reading sources... [ 93%] installation reading sources... [100%] optimize_transformations looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 6%] api/crs writing output... [ 12%] api/datadir writing output... [ 18%] api/enums writing output... [ 25%] api/exceptions writing output... [ 31%] api/geod writing output... [ 37%] api/index writing output... [ 43%] api/list writing output... [ 50%] api/proj writing output... [ 56%] api/show_versions writing output... [ 62%] api/transformer writing output... [ 68%] examples writing output... [ 75%] gotchas writing output... [ 81%] history writing output... [ 87%] index writing output... [ 93%] installation writing output... [100%] optimize_transformations generating indices... genindex py-modindex highlighting module code... [ 10%] pyproj._crs highlighting module code... [ 20%] pyproj._list highlighting module code... [ 30%] pyproj._show_versions highlighting module code... [ 40%] pyproj.crs highlighting module code... [ 50%] pyproj.datadir highlighting module code... [ 60%] pyproj.enums highlighting module code... [ 70%] pyproj.exceptions highlighting module code... [ 80%] pyproj.geod highlighting module code... [ 90%] pyproj.proj highlighting module code... [100%] pyproj.transformer writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in _build/html. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IEk0xx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le ++ dirname /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le + cd pyproj-2.2.1 + export PROJ_DIR=/usr/ + PROJ_DIR=/usr/ + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.6 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le PROJ_DIR is set, using existing proj4 installation.. running install running install_lib creating /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr creating /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64 creating /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/utils.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/_geod.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/_datadir.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/enums.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/crs.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/_crs.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/_transformer.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/_list.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/__init__.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/transformer.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/_proj.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/compat.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/datadir.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/cf1x8.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/geod.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj creating /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/datadir.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/proj.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/crs.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/compat.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/geod.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/enums.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/_show_versions.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/exceptions.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/transformer.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/utils.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/__pycache__/cf1x8.cpython-36.pyc -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/__pycache__ copying build/lib.linux-ppc64le-3.6/pyproj/proj.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/_show_versions.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj copying build/lib.linux-ppc64le-3.6/pyproj/exceptions.py -> /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj writing byte-compilation script '/tmp/tmphvzpqaxt.py' /usr/bin/python3.6 /tmp/tmphvzpqaxt.py removing /tmp/tmphvzpqaxt.py running install_egg_info running egg_info writing pyproj.egg-info/PKG-INFO writing dependency_links to pyproj.egg-info/dependency_links.txt writing requirements to pyproj.egg-info/requires.txt writing top-level names to pyproj.egg-info/top_level.txt reading manifest file 'pyproj.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pyproj/*.pyd' no previously-included directories found matching 'pyproj/proj_dir' writing manifest file 'pyproj.egg-info/SOURCES.txt' Copying pyproj.egg-info to /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj-2.2.1-py3.6.egg-info running install_scripts + /usr/bin/rm /builddir/build/BUILD/pyproj-2.2.1/docs/_build/html/.buildinfo + mkdir -p /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/share/doc/pyproj + cp -r /builddir/build/BUILD/pyproj-2.2.1/docs/_build/html /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/share/doc/pyproj/html + /usr/bin/chmod 755 /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_crs.cpython-36m-ppc64le-linux-gnu.so /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_datadir.cpython-36m-ppc64le-linux-gnu.so /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_geod.cpython-36m-ppc64le-linux-gnu.so /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_list.cpython-36m-ppc64le-linux-gnu.so /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_proj.cpython-36m-ppc64le-linux-gnu.so /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_transformer.cpython-36m-ppc64le-linux-gnu.so + chrpath -d /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_crs.cpython-36m-ppc64le-linux-gnu.so /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_datadir.cpython-36m-ppc64le-linux-gnu.so /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_geod.cpython-36m-ppc64le-linux-gnu.so /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_list.cpython-36m-ppc64le-linux-gnu.so /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_proj.cpython-36m-ppc64le-linux-gnu.so /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le//usr/lib64/python3.6/site-packages/pyproj/_transformer.cpython-36m-ppc64le-linux-gnu.so + /usr/lib/rpm/find-debuginfo.sh -j12 --strict-build-id -m -i --build-id-seed 2.2.1-1.el8 --unique-debug-suffix -2.2.1-1.el8.ppc64le --unique-debug-src-base pyproj-2.2.1-1.el8.ppc64le --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pyproj-2.2.1 extracting debug info from /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/_list.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/_datadir.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/_crs.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/_transformer.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/_proj.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages/pyproj/_geod.cpython-36m-ppc64le-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 5124 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib/debug/usr/lib64/python3.6 using /usr/libexec/platform-python Bytecompiling .py files below /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aZas8C + umask 022 + cd /builddir/build/BUILD + cd pyproj-2.2.1 + PYTHONPATH=/builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/lib64/python3.6/site-packages + py.test-3 --ignore test/test_transformer.py ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 rootdir: /builddir/build/BUILD/pyproj-2.2.1, inifile: collected 177 items test/test_awips221.py . [ 0%] test/test_crs.py ....................................................... [ 31%] ...................................................... [ 62%] test/test_crs_cf.py ............... [ 70%] test/test_datadir.py ....... [ 74%] test/test_datum.py . [ 75%] test/test_datum_shift.py .... [ 77%] test/test_doctest_wrapper.py . [ 77%] test/test_exception_logging.py .. [ 79%] test/test_geod.py .. [ 80%] test/test_list.py ..... [ 83%] test/test_pickle.py . [ 83%] test/test_proj.py ......................... [ 97%] test/test_show_versions.py ... [ 99%] test/test_transform.py . [100%] =============================== warnings summary =============================== test/test_awips221.py::test_awips221 /builddir/build/BUILD/pyproj-2.2.1/test/test_awips221.py:29: UserWarning: 'Proj.proj_version' is deprecated. Please use `pyproj.proj_version_str` instead. print("proj4 library version = ", awips221.proj_version) test/test_transform.py::test_transform /builddir/build/BUILD/pyproj-2.2.1/test/test_transform.py:15: UserWarning: 'Proj.proj_version' is deprecated. Please use `pyproj.proj_version_str` instead. print("proj4 library version = ", awips221.proj_version) -- Docs: http://doc.pytest.org/en/latest/warnings.html =================== 177 passed, 2 warnings in 16.85 seconds ==================== + exit 0 Processing files: python3-pyproj-2.2.1-1.el8.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.53BFLS + umask 022 + cd /builddir/build/BUILD + cd pyproj-2.2.1 + DOCDIR=/builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/share/doc/python3-pyproj + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/share/doc/python3-pyproj + cp -pr docs /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/share/doc/python3-pyproj + cp -pr README.md /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le/usr/share/doc/python3-pyproj + exit 0 Provides: python3-pyproj = 2.2.1-1.el8 python3-pyproj(ppc-64) = 2.2.1-1.el8 python3.6dist(pyproj) = 2.2.1 python3dist(pyproj) = 2.2.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: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libproj.so.15()(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python3-pyproj-doc-2.2.1-1.el8.noarch Provides: python3-pyproj-doc = 2.2.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pyproj-debugsource-2.2.1-1.el8.ppc64le Provides: pyproj-debugsource = 2.2.1-1.el8 pyproj-debugsource(ppc-64) = 2.2.1-1.el8 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.2.1-1.el8.ppc64le Provides: debuginfo(build-id) = 0e81358c1f32458442cbb3e1d51772a004c19ce1 debuginfo(build-id) = 11bab0d2bfc08f386bf51de55fe337ea30c6c208 debuginfo(build-id) = 2916a3343c64a71128b63162b135c614b4284708 debuginfo(build-id) = 6648e3aa04cb823f06fb150d9a60da9a504dc700 debuginfo(build-id) = 74e94c4547c8d4367d98c5c2acd892857729c4b3 debuginfo(build-id) = 986eeafb2dfcd52e8a424ffdcf4c75efae5881a2 python3-pyproj-debuginfo = 2.2.1-1.el8 python3-pyproj-debuginfo(ppc-64) = 2.2.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pyproj-debugsource(ppc-64) = 2.2.1-1.el8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le Wrote: /builddir/build/RPMS/python3-pyproj-2.2.1-1.el8.ppc64le.rpm Wrote: /builddir/build/RPMS/python3-pyproj-doc-2.2.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/pyproj-debugsource-2.2.1-1.el8.ppc64le.rpm Wrote: /builddir/build/RPMS/python3-pyproj-debuginfo-2.2.1-1.el8.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rath4f + umask 022 + cd /builddir/build/BUILD + cd pyproj-2.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pyproj-2.2.1-1.el8.ppc64le + exit 0 Child return code was: 0