D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/subvertpy-0.10.1-4.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Mxj8zz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf subvertpy-0.10.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/subvertpy-0.10.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd subvertpy-0.10.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xELl9x + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd subvertpy-0.10.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + sleep 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/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-aarch64-2.7 creating build/lib.linux-aarch64-2.7/subvertpy copying subvertpy/server.py -> build/lib.linux-aarch64-2.7/subvertpy copying subvertpy/marshall.py -> build/lib.linux-aarch64-2.7/subvertpy copying subvertpy/ra.py -> build/lib.linux-aarch64-2.7/subvertpy copying subvertpy/__init__.py -> build/lib.linux-aarch64-2.7/subvertpy copying subvertpy/properties.py -> build/lib.linux-aarch64-2.7/subvertpy copying subvertpy/delta.py -> build/lib.linux-aarch64-2.7/subvertpy copying subvertpy/ra_svn.py -> build/lib.linux-aarch64-2.7/subvertpy creating build/lib.linux-aarch64-2.7/subvertpy/tests copying subvertpy/tests/test_client.py -> build/lib.linux-aarch64-2.7/subvertpy/tests copying subvertpy/tests/test_wc.py -> build/lib.linux-aarch64-2.7/subvertpy/tests copying subvertpy/tests/test_ra.py -> build/lib.linux-aarch64-2.7/subvertpy/tests copying subvertpy/tests/test_delta.py -> build/lib.linux-aarch64-2.7/subvertpy/tests copying subvertpy/tests/test_properties.py -> build/lib.linux-aarch64-2.7/subvertpy/tests copying subvertpy/tests/test_server.py -> build/lib.linux-aarch64-2.7/subvertpy/tests copying subvertpy/tests/test_marshall.py -> build/lib.linux-aarch64-2.7/subvertpy/tests copying subvertpy/tests/test_repos.py -> build/lib.linux-aarch64-2.7/subvertpy/tests copying subvertpy/tests/__init__.py -> build/lib.linux-aarch64-2.7/subvertpy/tests copying subvertpy/tests/test_core.py -> build/lib.linux-aarch64-2.7/subvertpy/tests running build_ext building 'subvertpy.client' extension creating build/temp.linux-aarch64-2.7 creating build/temp.linux-aarch64-2.7/subvertpy gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/client.c -o build/temp.linux-aarch64-2.7/subvertpy/client.o subvertpy/client.c: In function 'client_check_path': subvertpy/client.c:78:5: warning: 'svn_path_is_canonical' is deprecated [-Wdeprecated-declarations] 78 | return svn_path_is_canonical(path, scratch_pool); | ^~~~~~ In file included from subvertpy/client.c:26: /usr/include/subversion-1/svn_path.h:296:1: note: declared here 296 | svn_path_is_canonical(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_commit': subvertpy/client.c:788:5: warning: 'svn_client_commit4' is deprecated [-Wdeprecated-declarations] 788 | RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:2224:1: note: declared here 2224 | svn_client_commit4(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_delete': subvertpy/client.c:964:2: warning: 'svn_client_delete3' is deprecated [-Wdeprecated-declarations] 964 | RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:1849:1: note: declared here 1849 | svn_client_delete3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_mkdir': subvertpy/client.c:1030:5: warning: 'svn_client_mkdir3' is deprecated [-Wdeprecated-declarations] 1030 | RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:1740:1: note: declared here 1740 | svn_client_mkdir3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_copy': subvertpy/client.c:1144:5: warning: 'svn_client_copy5' is deprecated [-Wdeprecated-declarations] 1144 | RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:5360:1: note: declared here 5360 | svn_client_copy5(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_propset': subvertpy/client.c:1201:5: warning: 'svn_client_propset3' is deprecated [-Wdeprecated-declarations] 1201 | RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:5785:1: note: declared here 5785 | svn_client_propset3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_update': subvertpy/client.c:1439:2: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations] 1439 | RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:1377:1: note: declared here 1377 | svn_client_update3(apr_array_header_t **result_revs, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_list': subvertpy/client.c:1507:5: warning: 'svn_client_list3' is deprecated [-Wdeprecated-declarations] 1507 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:6517:1: note: declared here 6517 | svn_client_list3(const char *path_or_url, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_diff': subvertpy/client.c:1623:5: warning: 'svn_client_diff4' is deprecated [-Wdeprecated-declarations] 1623 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:3157:1: note: declared here 3157 | svn_client_diff4(const apr_array_header_t *diff_options, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_info': subvertpy/client.c:1806:2: warning: 'svn_client_info3' is deprecated [-Wdeprecated-declarations] 1806 | err = svn_client_info3(path, &c_peg_rev, &c_rev, depth, fetch_excluded?TRUE:FALSE, | ^~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:7342:1: note: declared here 7342 | svn_client_info3(const char *abspath_or_url, | ^~~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-aarch64-2.7/subvertpy/editor.o gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-aarch64-2.7/subvertpy/util.o subvertpy/util.c: In function 'new_py_stream': subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] 813 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function 'stream_read_full': subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/_ra.c -o build/temp.linux-aarch64-2.7/subvertpy/_ra.o gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/wc.c -o build/temp.linux-aarch64-2.7/subvertpy/wc.o subvertpy/wc.c: In function 'py_entry': subvertpy/wc.c:458:2: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] 458 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'py_status': subvertpy/wc.c:573:2: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] 573 | dup_status = svn_wc_dup_status2(status, ret->pool); | ^~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_init': subvertpy/wc.c:633:2: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] 633 | err = svn_wc_adm_open3(&ret->adm, parent_wc, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:286:1: note: declared here 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_access_path': subvertpy/wc.c:653:2: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] 653 | return py_object_from_svn_abspath(svn_wc_adm_access_path(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_locked': subvertpy/wc.c:660:2: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] 660 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:572:1: note: declared here 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_prop_get': subvertpy/wc.c:688:2: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] 688 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here 6249 | svn_wc_prop_get(const svn_string_t **value, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_prop_set': subvertpy/wc.c:734:2: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] 734 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here 6333 | svn_wc_prop_set3(const char *name, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_entries_read': subvertpy/wc.c:766:2: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] 766 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here 3214 | svn_wc_entries_read(apr_hash_t **entries, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_walk_entries': subvertpy/wc.c:817:2: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] 817 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here 3464 | svn_wc_walk_entries3(const char *path, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_entry': subvertpy/wc.c:866:2: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] 866 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, path, admobj->adm, show_hidden, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here 3172 | svn_wc_entry(const svn_wc_entry_t **entry, | ^~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_get_prop_diffs': subvertpy/wc.c:906:2: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_add': subvertpy/wc.c:968:2: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] 968 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here 4810 | svn_wc_add3(const char *path, | ^~~~~~~~~~~ subvertpy/wc.c: In function 'adm_copy': subvertpy/wc.c:1008:2: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] 1008 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here 4506 | svn_wc_copy2(const char *src, | ^~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_delete': subvertpy/wc.c:1046:2: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] 1046 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here 4635 | svn_wc_delete3(const char *path, | ^~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_crawl_revisions': subvertpy/wc.c:1099:2: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] 1099 | traversal_info = svn_wc_init_traversal_info(temp_pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:718:1: note: declared here 718 | svn_wc_init_traversal_info(apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1101:2: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] 1101 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here 5546 | svn_wc_crawl_revisions4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_get_update_editor': subvertpy/wc.c:1165:2: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] 1165 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_has_binary_prop': subvertpy/wc.c:1267:2: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] 1267 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_process_committed': subvertpy/wc.c:1317:2: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here 5393 | svn_wc_process_committed4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_close': subvertpy/wc.c:1344:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] 1344 | svn_wc_adm_close2(admobj->adm, temp_pool); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:534:1: note: declared here 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_repr': subvertpy/wc.c:1371:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] 1371 | svn_wc_adm_access_path(admobj->adm)); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_remove_lock': subvertpy/wc.c:1398:2: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] 1398 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8101:1: note: declared here 8101 | svn_wc_remove_lock(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_ancestry': subvertpy/wc.c:1430:2: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] 1430 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here 3385 | svn_wc_get_ancestry(char **url, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'maybe_set_repos_root': subvertpy/wc.c:1452:2: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] 1452 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'add_repos_file': subvertpy/wc.c:1491:2: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] 1491 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here 4924 | svn_wc_add_repos_file3(const char *dst_path, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'mark_missing_deleted': subvertpy/wc.c:1533:2: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] 1533 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here 3520 | svn_wc_mark_missing_deleted(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'remove_from_revision_control': subvertpy/wc.c:1556:2: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] 1556 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'relocate': subvertpy/wc.c:1633:2: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] 1633 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse?TRUE:FALSE, wc_validator3, py_validator, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here 7542 | svn_wc_relocate3(const char *path, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'crop_tree': subvertpy/wc.c:1661:2: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] 1661 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8348:1: note: declared here 8348 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'translated_stream': subvertpy/wc.c:1694:2: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] 1694 | RUN_SVN_WITH_POOL(stream_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7861:1: note: declared here 7861 | svn_wc_translated_stream(svn_stream_t **stream, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_text_modified': subvertpy/wc.c:1739:2: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] 1739 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_props_modified': subvertpy/wc.c:1772:2: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] 1772 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_process_committed_queue': subvertpy/wc.c:1799:2: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] 1799 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_actual_target': subvertpy/wc.c:1839:2: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] 1839 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here 5736 | svn_wc_get_actual_target(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'is_wc_root': subvertpy/wc.c:1874:2: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] 1874 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'transmit_text_deltas': subvertpy/wc.c:1911:2: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] 1911 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7930:1: note: declared here 7930 | svn_wc_transmit_text_deltas2(const char **tempfile, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'transmit_prop_deltas': subvertpy/wc.c:1960:2: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] 1960 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7982:1: note: declared here 7982 | svn_wc_transmit_prop_deltas(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'retrieve': subvertpy/wc.c:1992:2: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] 1992 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:432:1: note: declared here 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'probe_retrieve': subvertpy/wc.c:2029:2: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] 2029 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:448:1: note: declared here 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'probe_try': subvertpy/wc.c:2068:2: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] 2068 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:480:1: note: declared here 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'resolved_conflict': subvertpy/wc.c:2121:2: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] 2121 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here 5115 | svn_wc_resolved_conflict4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'conflicted': subvertpy/wc.c:2200:2: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] 2200 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'ra_status': subvertpy/wc.c:2246:2: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] 2246 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here 4110 | svn_wc_status2(svn_wc_status2_t **status, | ^~~~~~~~~~~~~~ subvertpy/wc.c: In function 'committed_queue_queue': subvertpy/wc.c:2503:2: warning: 'svn_wc_queue_committed2' is deprecated [-Wdeprecated-declarations] 2503 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5313:1: note: declared here 5313 | svn_wc_queue_committed2(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'revision_status': subvertpy/wc.c:2626:2: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] 2626 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8184:1: note: declared here 8184 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_pristine_copy_path': subvertpy/wc.c:2744:2: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] 2744 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here 7319 | svn_wc_get_pristine_copy_path(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_pristine_contents': subvertpy/wc.c:2786:2: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] 2786 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, path, stream_pool, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'ensure_adm': subvertpy/wc.c:2841:2: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] 2841 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here 3572 | svn_wc_ensure_adm3(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'check_wc': subvertpy/wc.c:2880:2: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] 2880 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(path, &wc_format, pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here 2776 | svn_wc_check_wc(const char *path, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'cleanup_wc': subvertpy/wc.c:2908:2: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] 2908 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here 7394 | svn_wc_cleanup2(const char *path, | ^~~~~~~~~~~~~~~ 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-2.7/subvertpy/client.o build/temp.linux-aarch64-2.7/subvertpy/editor.o build/temp.linux-aarch64-2.7/subvertpy/util.o build/temp.linux-aarch64-2.7/subvertpy/_ra.o build/temp.linux-aarch64-2.7/subvertpy/wc.o -L/usr/lib -L/usr/lib64 -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_wc-1 -lpython2.7 -o build/lib.linux-aarch64-2.7/subvertpy/client.so -L/usr/lib64 -lapr-1 -lpthread -ldl building 'subvertpy._ra' extension gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/_ra.c -o build/temp.linux-aarch64-2.7/subvertpy/_ra.o gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-aarch64-2.7/subvertpy/util.o subvertpy/util.c: In function 'new_py_stream': subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] 813 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function 'stream_read_full': subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-aarch64-2.7/subvertpy/editor.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 -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-2.7/subvertpy/_ra.o build/temp.linux-aarch64-2.7/subvertpy/util.o build/temp.linux-aarch64-2.7/subvertpy/editor.o -L/usr/lib -L/usr/lib64 -lsvn_ra-1 -lsvn_delta-1 -lsvn_subr-1 -lpython2.7 -o build/lib.linux-aarch64-2.7/subvertpy/_ra.so -L/usr/lib64 -lapr-1 -lpthread -ldl building 'subvertpy.repos' extension gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/repos.c -o build/temp.linux-aarch64-2.7/subvertpy/repos.o subvertpy/repos.c: In function 'repos_init': subvertpy/repos.c:123:2: warning: 'svn_repos_open' is deprecated [-Wdeprecated-declarations] 123 | err = svn_repos_open(&ret->repos, path, ret->pool); | ^~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:464:1: note: declared here 464 | svn_repos_open(svn_repos_t **repos_p, | ^~~~~~~~~~~~~~ subvertpy/repos.c: In function 'fs_get_revision_proplist': subvertpy/repos.c:245:2: warning: 'svn_fs_revision_proplist' is deprecated [-Wdeprecated-declarations] 245 | RUN_SVN_WITH_POOL(temp_pool, svn_fs_revision_proplist(&props, self->fs, rev, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:22: /usr/include/subversion-1/svn_fs.h:2856:1: note: declared here 2856 | svn_fs_revision_proplist(apr_hash_t **table_p, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function 'repos_load_fs': subvertpy/repos.c:358:2: warning: 'svn_repos_load_fs2' is deprecated [-Wdeprecated-declarations] 358 | RUN_SVN_WITH_POOL(temp_pool, svn_repos_load_fs2(reposobj->repos, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:3578:1: note: declared here 3578 | svn_repos_load_fs2(svn_repos_t *repos, | ^~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function 'repos_hotcopy': subvertpy/repos.c:399:2: warning: 'svn_repos_hotcopy' is deprecated [-Wdeprecated-declarations] 399 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:723:1: note: declared here 723 | svn_repos_hotcopy(const char *src_path, | ^~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function 'repos_verify': subvertpy/repos.c:493:2: warning: 'svn_repos_verify_fs' is deprecated [-Wdeprecated-declarations] 493 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:3271:1: note: declared here 3271 | svn_repos_verify_fs(svn_repos_t *repos, | ^~~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function 'repos_pack': subvertpy/repos.c:523:2: warning: 'svn_repos_fs_pack' is deprecated [-Wdeprecated-declarations] 523 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:752:1: note: declared here 752 | svn_repos_fs_pack(svn_repos_t *repos, | ^~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function 'fs_root_paths_changed': subvertpy/repos.c:689:2: warning: 'svn_fs_paths_changed2' is deprecated [-Wdeprecated-declarations] 689 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:22: /usr/include/subversion-1/svn_fs.h:1756:1: note: declared here 1756 | svn_fs_paths_changed2(apr_hash_t **changed_paths2_p, | ^~~~~~~~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-aarch64-2.7/subvertpy/util.o subvertpy/util.c: In function 'new_py_stream': subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] 813 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function 'stream_read_full': subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ 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-2.7/subvertpy/repos.o build/temp.linux-aarch64-2.7/subvertpy/util.o -L/usr/lib -L/usr/lib64 -lsvn_repos-1 -lsvn_subr-1 -lsvn_fs-1 -lpython2.7 -o build/lib.linux-aarch64-2.7/subvertpy/repos.so -L/usr/lib64 -lapr-1 -lpthread -ldl building 'subvertpy.wc' extension gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/wc.c -o build/temp.linux-aarch64-2.7/subvertpy/wc.o subvertpy/wc.c: In function 'py_entry': subvertpy/wc.c:458:2: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] 458 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'py_status': subvertpy/wc.c:573:2: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] 573 | dup_status = svn_wc_dup_status2(status, ret->pool); | ^~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_init': subvertpy/wc.c:633:2: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] 633 | err = svn_wc_adm_open3(&ret->adm, parent_wc, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:286:1: note: declared here 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_access_path': subvertpy/wc.c:653:2: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] 653 | return py_object_from_svn_abspath(svn_wc_adm_access_path(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_locked': subvertpy/wc.c:660:2: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] 660 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:572:1: note: declared here 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_prop_get': subvertpy/wc.c:688:2: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] 688 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here 6249 | svn_wc_prop_get(const svn_string_t **value, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_prop_set': subvertpy/wc.c:734:2: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] 734 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here 6333 | svn_wc_prop_set3(const char *name, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_entries_read': subvertpy/wc.c:766:2: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] 766 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here 3214 | svn_wc_entries_read(apr_hash_t **entries, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_walk_entries': subvertpy/wc.c:817:2: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] 817 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here 3464 | svn_wc_walk_entries3(const char *path, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_entry': subvertpy/wc.c:866:2: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] 866 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, path, admobj->adm, show_hidden, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here 3172 | svn_wc_entry(const svn_wc_entry_t **entry, | ^~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_get_prop_diffs': subvertpy/wc.c:906:2: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_add': subvertpy/wc.c:968:2: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] 968 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here 4810 | svn_wc_add3(const char *path, | ^~~~~~~~~~~ subvertpy/wc.c: In function 'adm_copy': subvertpy/wc.c:1008:2: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] 1008 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here 4506 | svn_wc_copy2(const char *src, | ^~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_delete': subvertpy/wc.c:1046:2: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] 1046 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here 4635 | svn_wc_delete3(const char *path, | ^~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_crawl_revisions': subvertpy/wc.c:1099:2: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] 1099 | traversal_info = svn_wc_init_traversal_info(temp_pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:718:1: note: declared here 718 | svn_wc_init_traversal_info(apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1101:2: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] 1101 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here 5546 | svn_wc_crawl_revisions4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_get_update_editor': subvertpy/wc.c:1165:2: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] 1165 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_has_binary_prop': subvertpy/wc.c:1267:2: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] 1267 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_process_committed': subvertpy/wc.c:1317:2: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here 5393 | svn_wc_process_committed4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_close': subvertpy/wc.c:1344:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] 1344 | svn_wc_adm_close2(admobj->adm, temp_pool); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:534:1: note: declared here 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_repr': subvertpy/wc.c:1371:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] 1371 | svn_wc_adm_access_path(admobj->adm)); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_remove_lock': subvertpy/wc.c:1398:2: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] 1398 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8101:1: note: declared here 8101 | svn_wc_remove_lock(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_ancestry': subvertpy/wc.c:1430:2: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] 1430 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here 3385 | svn_wc_get_ancestry(char **url, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'maybe_set_repos_root': subvertpy/wc.c:1452:2: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] 1452 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'add_repos_file': subvertpy/wc.c:1491:2: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] 1491 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here 4924 | svn_wc_add_repos_file3(const char *dst_path, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'mark_missing_deleted': subvertpy/wc.c:1533:2: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] 1533 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here 3520 | svn_wc_mark_missing_deleted(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'remove_from_revision_control': subvertpy/wc.c:1556:2: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] 1556 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'relocate': subvertpy/wc.c:1633:2: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] 1633 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse?TRUE:FALSE, wc_validator3, py_validator, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here 7542 | svn_wc_relocate3(const char *path, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'crop_tree': subvertpy/wc.c:1661:2: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] 1661 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8348:1: note: declared here 8348 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'translated_stream': subvertpy/wc.c:1694:2: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] 1694 | RUN_SVN_WITH_POOL(stream_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7861:1: note: declared here 7861 | svn_wc_translated_stream(svn_stream_t **stream, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_text_modified': subvertpy/wc.c:1739:2: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] 1739 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_props_modified': subvertpy/wc.c:1772:2: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] 1772 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_process_committed_queue': subvertpy/wc.c:1799:2: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] 1799 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_actual_target': subvertpy/wc.c:1839:2: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] 1839 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here 5736 | svn_wc_get_actual_target(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'is_wc_root': subvertpy/wc.c:1874:2: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] 1874 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'transmit_text_deltas': subvertpy/wc.c:1911:2: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] 1911 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7930:1: note: declared here 7930 | svn_wc_transmit_text_deltas2(const char **tempfile, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'transmit_prop_deltas': subvertpy/wc.c:1960:2: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] 1960 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7982:1: note: declared here 7982 | svn_wc_transmit_prop_deltas(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'retrieve': subvertpy/wc.c:1992:2: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] 1992 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:432:1: note: declared here 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'probe_retrieve': subvertpy/wc.c:2029:2: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] 2029 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:448:1: note: declared here 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'probe_try': subvertpy/wc.c:2068:2: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] 2068 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:480:1: note: declared here 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'resolved_conflict': subvertpy/wc.c:2121:2: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] 2121 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here 5115 | svn_wc_resolved_conflict4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'conflicted': subvertpy/wc.c:2200:2: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] 2200 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'ra_status': subvertpy/wc.c:2246:2: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] 2246 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here 4110 | svn_wc_status2(svn_wc_status2_t **status, | ^~~~~~~~~~~~~~ subvertpy/wc.c: In function 'committed_queue_queue': subvertpy/wc.c:2503:2: warning: 'svn_wc_queue_committed2' is deprecated [-Wdeprecated-declarations] 2503 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5313:1: note: declared here 5313 | svn_wc_queue_committed2(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'revision_status': subvertpy/wc.c:2626:2: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] 2626 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8184:1: note: declared here 8184 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_pristine_copy_path': subvertpy/wc.c:2744:2: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] 2744 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here 7319 | svn_wc_get_pristine_copy_path(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_pristine_contents': subvertpy/wc.c:2786:2: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] 2786 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, path, stream_pool, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'ensure_adm': subvertpy/wc.c:2841:2: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] 2841 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here 3572 | svn_wc_ensure_adm3(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'check_wc': subvertpy/wc.c:2880:2: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] 2880 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(path, &wc_format, pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here 2776 | svn_wc_check_wc(const char *path, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'cleanup_wc': subvertpy/wc.c:2908:2: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] 2908 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here 7394 | svn_wc_cleanup2(const char *path, | ^~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-aarch64-2.7/subvertpy/util.o subvertpy/util.c: In function 'new_py_stream': subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] 813 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function 'stream_read_full': subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-aarch64-2.7/subvertpy/editor.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 -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-2.7/subvertpy/wc.o build/temp.linux-aarch64-2.7/subvertpy/util.o build/temp.linux-aarch64-2.7/subvertpy/editor.o -L/usr/lib -L/usr/lib64 -lsvn_wc-1 -lsvn_subr-1 -lpython2.7 -o build/lib.linux-aarch64-2.7/subvertpy/wc.so -L/usr/lib64 -lapr-1 -lpthread -ldl running build_scripts creating build/scripts-2.7 copying and adjusting bin/subvertpy-fast-export -> build/scripts-2.7 changing mode of build/scripts-2.7/subvertpy-fast-export from 644 to 755 + sleep 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 build '--executable=/usr/bin/python3 -s' running build running build_py creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/subvertpy copying subvertpy/server.py -> build/lib.linux-aarch64-3.8/subvertpy copying subvertpy/marshall.py -> build/lib.linux-aarch64-3.8/subvertpy copying subvertpy/ra.py -> build/lib.linux-aarch64-3.8/subvertpy copying subvertpy/__init__.py -> build/lib.linux-aarch64-3.8/subvertpy copying subvertpy/properties.py -> build/lib.linux-aarch64-3.8/subvertpy copying subvertpy/delta.py -> build/lib.linux-aarch64-3.8/subvertpy copying subvertpy/ra_svn.py -> build/lib.linux-aarch64-3.8/subvertpy creating build/lib.linux-aarch64-3.8/subvertpy/tests copying subvertpy/tests/test_client.py -> build/lib.linux-aarch64-3.8/subvertpy/tests copying subvertpy/tests/test_wc.py -> build/lib.linux-aarch64-3.8/subvertpy/tests copying subvertpy/tests/test_ra.py -> build/lib.linux-aarch64-3.8/subvertpy/tests copying subvertpy/tests/test_delta.py -> build/lib.linux-aarch64-3.8/subvertpy/tests copying subvertpy/tests/test_properties.py -> build/lib.linux-aarch64-3.8/subvertpy/tests copying subvertpy/tests/test_server.py -> build/lib.linux-aarch64-3.8/subvertpy/tests copying subvertpy/tests/test_marshall.py -> build/lib.linux-aarch64-3.8/subvertpy/tests copying subvertpy/tests/test_repos.py -> build/lib.linux-aarch64-3.8/subvertpy/tests copying subvertpy/tests/__init__.py -> build/lib.linux-aarch64-3.8/subvertpy/tests copying subvertpy/tests/test_core.py -> build/lib.linux-aarch64-3.8/subvertpy/tests running build_ext building 'subvertpy.client' extension creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/subvertpy 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/client.c -o build/temp.linux-aarch64-3.8/subvertpy/client.o subvertpy/client.c: In function 'client_check_path': subvertpy/client.c:78:5: warning: 'svn_path_is_canonical' is deprecated [-Wdeprecated-declarations] 78 | return svn_path_is_canonical(path, scratch_pool); | ^~~~~~ In file included from subvertpy/client.c:26: /usr/include/subversion-1/svn_path.h:296:1: note: declared here 296 | svn_path_is_canonical(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_commit': subvertpy/client.c:788:5: warning: 'svn_client_commit4' is deprecated [-Wdeprecated-declarations] 788 | RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:2224:1: note: declared here 2224 | svn_client_commit4(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_delete': subvertpy/client.c:964:2: warning: 'svn_client_delete3' is deprecated [-Wdeprecated-declarations] 964 | RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:1849:1: note: declared here 1849 | svn_client_delete3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_mkdir': subvertpy/client.c:1030:5: warning: 'svn_client_mkdir3' is deprecated [-Wdeprecated-declarations] 1030 | RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:1740:1: note: declared here 1740 | svn_client_mkdir3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_copy': subvertpy/client.c:1144:5: warning: 'svn_client_copy5' is deprecated [-Wdeprecated-declarations] 1144 | RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:5360:1: note: declared here 5360 | svn_client_copy5(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_propset': subvertpy/client.c:1201:5: warning: 'svn_client_propset3' is deprecated [-Wdeprecated-declarations] 1201 | RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:5785:1: note: declared here 5785 | svn_client_propset3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_update': subvertpy/client.c:1439:2: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations] 1439 | RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:1377:1: note: declared here 1377 | svn_client_update3(apr_array_header_t **result_revs, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_list': subvertpy/client.c:1507:5: warning: 'svn_client_list3' is deprecated [-Wdeprecated-declarations] 1507 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:6517:1: note: declared here 6517 | svn_client_list3(const char *path_or_url, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_diff': subvertpy/client.c:1623:5: warning: 'svn_client_diff4' is deprecated [-Wdeprecated-declarations] 1623 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:3157:1: note: declared here 3157 | svn_client_diff4(const apr_array_header_t *diff_options, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: In function 'client_info': subvertpy/client.c:1806:2: warning: 'svn_client_info3' is deprecated [-Wdeprecated-declarations] 1806 | err = svn_client_info3(path, &c_peg_rev, &c_rev, depth, fetch_excluded?TRUE:FALSE, | ^~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:7342:1: note: declared here 7342 | svn_client_info3(const char *abspath_or_url, | ^~~~~~~~~~~~~~~~ subvertpy/client.c: At top level: subvertpy/client.c:1927:5: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 1927 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/client.c:1927:5: note: (near initialization for 'Config_Type.tp_vectorcall_offset') subvertpy/client.c:2049:5: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2049 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/client.c:2049:5: note: (near initialization for 'Info_Type.tp_vectorcall_offset') subvertpy/client.c:2149:5: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2149 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/client.c:2149:5: note: (near initialization for 'WCInfo_Type.tp_vectorcall_offset') subvertpy/client.c:2212:5: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2212 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/client.c:2212:5: note: (near initialization for 'Client_Type.tp_vectorcall_offset') 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/editor.c -o build/temp.linux-aarch64-3.8/subvertpy/editor.o subvertpy/editor.c:179:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 179 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:179:2: note: (near initialization for 'TxDeltaWindowHandler_Type.tp_vectorcall_offset') subvertpy/editor.c:317:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 317 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:317:2: note: (near initialization for 'FileEditor_Type.tp_vectorcall_offset') subvertpy/editor.c:731:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 731 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:731:2: note: (near initialization for 'DirectoryEditor_Type.tp_vectorcall_offset') subvertpy/editor.c:933:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 933 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:933:2: note: (near initialization for 'Editor_Type.tp_vectorcall_offset') 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/util.c -o build/temp.linux-aarch64-3.8/subvertpy/util.o subvertpy/util.c: In function 'new_py_stream': subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] 813 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function 'stream_read_full': subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/_ra.c -o build/temp.linux-aarch64-3.8/subvertpy/_ra.o subvertpy/_ra.c:306:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 306 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/_ra.c:306:2: note: (near initialization for 'Reporter_Type.tp_vectorcall_offset') subvertpy/_ra.c:2369:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2369 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/_ra.c:2369:2: note: (near initialization for 'RemoteAccess_Type.tp_vectorcall_offset') subvertpy/_ra.c:2697:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2697 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/_ra.c:2697:2: note: (near initialization for 'Auth_Type.tp_vectorcall_offset') 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/wc.c -o build/temp.linux-aarch64-3.8/subvertpy/wc.o subvertpy/wc.c:394:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 394 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:394:2: note: (near initialization for 'Entry_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'py_entry': subvertpy/wc.c:458:2: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] 458 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: At top level: subvertpy/wc.c:505:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 505 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:505:2: note: (near initialization for 'Status_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'py_status': subvertpy/wc.c:573:2: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] 573 | dup_status = svn_wc_dup_status2(status, ret->pool); | ^~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_init': subvertpy/wc.c:633:2: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] 633 | err = svn_wc_adm_open3(&ret->adm, parent_wc, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:286:1: note: declared here 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_access_path': subvertpy/wc.c:653:2: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] 653 | return py_object_from_svn_abspath(svn_wc_adm_access_path(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_locked': subvertpy/wc.c:660:2: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] 660 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:572:1: note: declared here 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_prop_get': subvertpy/wc.c:688:2: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] 688 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here 6249 | svn_wc_prop_get(const svn_string_t **value, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_prop_set': subvertpy/wc.c:734:2: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] 734 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here 6333 | svn_wc_prop_set3(const char *name, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_entries_read': subvertpy/wc.c:766:2: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] 766 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here 3214 | svn_wc_entries_read(apr_hash_t **entries, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_walk_entries': subvertpy/wc.c:817:2: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] 817 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here 3464 | svn_wc_walk_entries3(const char *path, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_entry': subvertpy/wc.c:866:2: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] 866 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, path, admobj->adm, show_hidden, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here 3172 | svn_wc_entry(const svn_wc_entry_t **entry, | ^~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_get_prop_diffs': subvertpy/wc.c:906:2: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_add': subvertpy/wc.c:968:2: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] 968 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here 4810 | svn_wc_add3(const char *path, | ^~~~~~~~~~~ subvertpy/wc.c: In function 'adm_copy': subvertpy/wc.c:1008:2: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] 1008 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here 4506 | svn_wc_copy2(const char *src, | ^~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_delete': subvertpy/wc.c:1046:2: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] 1046 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here 4635 | svn_wc_delete3(const char *path, | ^~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_crawl_revisions': subvertpy/wc.c:1099:2: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] 1099 | traversal_info = svn_wc_init_traversal_info(temp_pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:718:1: note: declared here 718 | svn_wc_init_traversal_info(apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1101:2: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] 1101 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here 5546 | svn_wc_crawl_revisions4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_get_update_editor': subvertpy/wc.c:1165:2: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] 1165 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_has_binary_prop': subvertpy/wc.c:1267:2: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] 1267 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_process_committed': subvertpy/wc.c:1317:2: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here 5393 | svn_wc_process_committed4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_close': subvertpy/wc.c:1344:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] 1344 | svn_wc_adm_close2(admobj->adm, temp_pool); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:534:1: note: declared here 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_repr': subvertpy/wc.c:1371:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] 1371 | svn_wc_adm_access_path(admobj->adm)); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_remove_lock': subvertpy/wc.c:1398:2: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] 1398 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8101:1: note: declared here 8101 | svn_wc_remove_lock(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_ancestry': subvertpy/wc.c:1430:2: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] 1430 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here 3385 | svn_wc_get_ancestry(char **url, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'maybe_set_repos_root': subvertpy/wc.c:1452:2: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] 1452 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'add_repos_file': subvertpy/wc.c:1491:2: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] 1491 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here 4924 | svn_wc_add_repos_file3(const char *dst_path, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'mark_missing_deleted': subvertpy/wc.c:1533:2: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] 1533 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here 3520 | svn_wc_mark_missing_deleted(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'remove_from_revision_control': subvertpy/wc.c:1556:2: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] 1556 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'relocate': subvertpy/wc.c:1633:2: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] 1633 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse?TRUE:FALSE, wc_validator3, py_validator, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here 7542 | svn_wc_relocate3(const char *path, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'crop_tree': subvertpy/wc.c:1661:2: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] 1661 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8348:1: note: declared here 8348 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'translated_stream': subvertpy/wc.c:1694:2: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] 1694 | RUN_SVN_WITH_POOL(stream_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7861:1: note: declared here 7861 | svn_wc_translated_stream(svn_stream_t **stream, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_text_modified': subvertpy/wc.c:1739:2: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] 1739 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_props_modified': subvertpy/wc.c:1772:2: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] 1772 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_process_committed_queue': subvertpy/wc.c:1799:2: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] 1799 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_actual_target': subvertpy/wc.c:1839:2: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] 1839 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here 5736 | svn_wc_get_actual_target(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'is_wc_root': subvertpy/wc.c:1874:2: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] 1874 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'transmit_text_deltas': subvertpy/wc.c:1911:2: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] 1911 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7930:1: note: declared here 7930 | svn_wc_transmit_text_deltas2(const char **tempfile, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'transmit_prop_deltas': subvertpy/wc.c:1960:2: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] 1960 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7982:1: note: declared here 7982 | svn_wc_transmit_prop_deltas(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'retrieve': subvertpy/wc.c:1992:2: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] 1992 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:432:1: note: declared here 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'probe_retrieve': subvertpy/wc.c:2029:2: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] 2029 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:448:1: note: declared here 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'probe_try': subvertpy/wc.c:2068:2: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] 2068 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:480:1: note: declared here 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'resolved_conflict': subvertpy/wc.c:2121:2: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] 2121 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here 5115 | svn_wc_resolved_conflict4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'conflicted': subvertpy/wc.c:2200:2: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] 2200 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'ra_status': subvertpy/wc.c:2246:2: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] 2246 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here 4110 | svn_wc_status2(svn_wc_status2_t **status, | ^~~~~~~~~~~~~~ subvertpy/wc.c: At top level: subvertpy/wc.c:2330:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2330 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:2330:2: note: (near initialization for 'Adm_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'committed_queue_queue': subvertpy/wc.c:2503:2: warning: 'svn_wc_queue_committed2' is deprecated [-Wdeprecated-declarations] 2503 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5313:1: note: declared here 5313 | svn_wc_queue_committed2(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: At top level: subvertpy/wc.c:2535:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2535 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:2535:2: note: (near initialization for 'CommittedQueue_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'revision_status': subvertpy/wc.c:2626:2: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] 2626 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8184:1: note: declared here 8184 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_pristine_copy_path': subvertpy/wc.c:2744:2: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] 2744 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here 7319 | svn_wc_get_pristine_copy_path(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_pristine_contents': subvertpy/wc.c:2786:2: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] 2786 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, path, stream_pool, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'ensure_adm': subvertpy/wc.c:2841:2: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] 2841 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here 3572 | svn_wc_ensure_adm3(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'check_wc': subvertpy/wc.c:2880:2: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] 2880 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(path, &wc_format, pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here 2776 | svn_wc_check_wc(const char *path, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'cleanup_wc': subvertpy/wc.c:2908:2: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] 2908 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here 7394 | svn_wc_cleanup2(const char *path, | ^~~~~~~~~~~~~~~ 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/subvertpy/client.o build/temp.linux-aarch64-3.8/subvertpy/editor.o build/temp.linux-aarch64-3.8/subvertpy/util.o build/temp.linux-aarch64-3.8/subvertpy/_ra.o build/temp.linux-aarch64-3.8/subvertpy/wc.o -L/usr/lib -L/usr/lib64 -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_wc-1 -lpython3.8 -o build/lib.linux-aarch64-3.8/subvertpy/client.cpython-38-aarch64-linux-gnu.so -L/usr/lib64 -lapr-1 -lpthread -ldl building 'subvertpy._ra' 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/_ra.c -o build/temp.linux-aarch64-3.8/subvertpy/_ra.o subvertpy/_ra.c:306:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 306 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/_ra.c:306:2: note: (near initialization for 'Reporter_Type.tp_vectorcall_offset') subvertpy/_ra.c:2369:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2369 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/_ra.c:2369:2: note: (near initialization for 'RemoteAccess_Type.tp_vectorcall_offset') subvertpy/_ra.c:2697:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2697 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/_ra.c:2697:2: note: (near initialization for 'Auth_Type.tp_vectorcall_offset') 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/util.c -o build/temp.linux-aarch64-3.8/subvertpy/util.o subvertpy/util.c: In function 'new_py_stream': subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] 813 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function 'stream_read_full': subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/editor.c -o build/temp.linux-aarch64-3.8/subvertpy/editor.o subvertpy/editor.c:179:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 179 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:179:2: note: (near initialization for 'TxDeltaWindowHandler_Type.tp_vectorcall_offset') subvertpy/editor.c:317:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 317 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:317:2: note: (near initialization for 'FileEditor_Type.tp_vectorcall_offset') subvertpy/editor.c:731:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 731 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:731:2: note: (near initialization for 'DirectoryEditor_Type.tp_vectorcall_offset') subvertpy/editor.c:933:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 933 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:933:2: note: (near initialization for 'Editor_Type.tp_vectorcall_offset') 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/subvertpy/_ra.o build/temp.linux-aarch64-3.8/subvertpy/util.o build/temp.linux-aarch64-3.8/subvertpy/editor.o -L/usr/lib -L/usr/lib64 -lsvn_ra-1 -lsvn_delta-1 -lsvn_subr-1 -lpython3.8 -o build/lib.linux-aarch64-3.8/subvertpy/_ra.cpython-38-aarch64-linux-gnu.so -L/usr/lib64 -lapr-1 -lpthread -ldl building 'subvertpy.repos' 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/repos.c -o build/temp.linux-aarch64-3.8/subvertpy/repos.o subvertpy/repos.c: In function 'repos_init': subvertpy/repos.c:123:2: warning: 'svn_repos_open' is deprecated [-Wdeprecated-declarations] 123 | err = svn_repos_open(&ret->repos, path, ret->pool); | ^~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:464:1: note: declared here 464 | svn_repos_open(svn_repos_t **repos_p, | ^~~~~~~~~~~~~~ subvertpy/repos.c: In function 'fs_get_revision_proplist': subvertpy/repos.c:245:2: warning: 'svn_fs_revision_proplist' is deprecated [-Wdeprecated-declarations] 245 | RUN_SVN_WITH_POOL(temp_pool, svn_fs_revision_proplist(&props, self->fs, rev, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:22: /usr/include/subversion-1/svn_fs.h:2856:1: note: declared here 2856 | svn_fs_revision_proplist(apr_hash_t **table_p, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/repos.c: At top level: subvertpy/repos.c:278:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 278 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/repos.c:278:2: note: (near initialization for 'FileSystem_Type.tp_vectorcall_offset') subvertpy/repos.c: In function 'repos_load_fs': subvertpy/repos.c:358:2: warning: 'svn_repos_load_fs2' is deprecated [-Wdeprecated-declarations] 358 | RUN_SVN_WITH_POOL(temp_pool, svn_repos_load_fs2(reposobj->repos, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:3578:1: note: declared here 3578 | svn_repos_load_fs2(svn_repos_t *repos, | ^~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function 'repos_hotcopy': subvertpy/repos.c:399:2: warning: 'svn_repos_hotcopy' is deprecated [-Wdeprecated-declarations] 399 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:723:1: note: declared here 723 | svn_repos_hotcopy(const char *src_path, | ^~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function 'repos_verify': subvertpy/repos.c:493:2: warning: 'svn_repos_verify_fs' is deprecated [-Wdeprecated-declarations] 493 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:3271:1: note: declared here 3271 | svn_repos_verify_fs(svn_repos_t *repos, | ^~~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function 'repos_pack': subvertpy/repos.c:523:2: warning: 'svn_repos_fs_pack' is deprecated [-Wdeprecated-declarations] 523 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:752:1: note: declared here 752 | svn_repos_fs_pack(svn_repos_t *repos, | ^~~~~~~~~~~~~~~~~ subvertpy/repos.c: At top level: subvertpy/repos.c:550:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 550 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/repos.c:550:2: note: (near initialization for 'Repository_Type.tp_vectorcall_offset') subvertpy/repos.c: In function 'fs_root_paths_changed': subvertpy/repos.c:689:2: warning: 'svn_fs_paths_changed2' is deprecated [-Wdeprecated-declarations] 689 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:22: /usr/include/subversion-1/svn_fs.h:1756:1: note: declared here 1756 | svn_fs_paths_changed2(apr_hash_t **changed_paths2_p, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/repos.c: At top level: subvertpy/repos.c:900:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 900 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/repos.c:900:2: note: (near initialization for 'FileSystemRoot_Type.tp_vectorcall_offset') 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/util.c -o build/temp.linux-aarch64-3.8/subvertpy/util.o subvertpy/util.c: In function 'new_py_stream': subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] 813 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function 'stream_read_full': subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ 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/subvertpy/repos.o build/temp.linux-aarch64-3.8/subvertpy/util.o -L/usr/lib -L/usr/lib64 -lsvn_repos-1 -lsvn_subr-1 -lsvn_fs-1 -lpython3.8 -o build/lib.linux-aarch64-3.8/subvertpy/repos.cpython-38-aarch64-linux-gnu.so -L/usr/lib64 -lapr-1 -lpthread -ldl building 'subvertpy.wc' 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/wc.c -o build/temp.linux-aarch64-3.8/subvertpy/wc.o subvertpy/wc.c:394:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 394 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:394:2: note: (near initialization for 'Entry_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'py_entry': subvertpy/wc.c:458:2: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] 458 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: At top level: subvertpy/wc.c:505:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 505 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:505:2: note: (near initialization for 'Status_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'py_status': subvertpy/wc.c:573:2: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] 573 | dup_status = svn_wc_dup_status2(status, ret->pool); | ^~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_init': subvertpy/wc.c:633:2: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] 633 | err = svn_wc_adm_open3(&ret->adm, parent_wc, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:286:1: note: declared here 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_access_path': subvertpy/wc.c:653:2: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] 653 | return py_object_from_svn_abspath(svn_wc_adm_access_path(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_locked': subvertpy/wc.c:660:2: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] 660 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:572:1: note: declared here 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_prop_get': subvertpy/wc.c:688:2: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] 688 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here 6249 | svn_wc_prop_get(const svn_string_t **value, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_prop_set': subvertpy/wc.c:734:2: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] 734 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here 6333 | svn_wc_prop_set3(const char *name, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_entries_read': subvertpy/wc.c:766:2: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] 766 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here 3214 | svn_wc_entries_read(apr_hash_t **entries, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_walk_entries': subvertpy/wc.c:817:2: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] 817 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here 3464 | svn_wc_walk_entries3(const char *path, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_entry': subvertpy/wc.c:866:2: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] 866 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, path, admobj->adm, show_hidden, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here 3172 | svn_wc_entry(const svn_wc_entry_t **entry, | ^~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_get_prop_diffs': subvertpy/wc.c:906:2: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_add': subvertpy/wc.c:968:2: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] 968 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here 4810 | svn_wc_add3(const char *path, | ^~~~~~~~~~~ subvertpy/wc.c: In function 'adm_copy': subvertpy/wc.c:1008:2: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] 1008 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here 4506 | svn_wc_copy2(const char *src, | ^~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_delete': subvertpy/wc.c:1046:2: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] 1046 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here 4635 | svn_wc_delete3(const char *path, | ^~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_crawl_revisions': subvertpy/wc.c:1099:2: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] 1099 | traversal_info = svn_wc_init_traversal_info(temp_pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:718:1: note: declared here 718 | svn_wc_init_traversal_info(apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1101:2: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] 1101 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here 5546 | svn_wc_crawl_revisions4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_get_update_editor': subvertpy/wc.c:1165:2: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] 1165 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_has_binary_prop': subvertpy/wc.c:1267:2: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] 1267 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_process_committed': subvertpy/wc.c:1317:2: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here 5393 | svn_wc_process_committed4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_close': subvertpy/wc.c:1344:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] 1344 | svn_wc_adm_close2(admobj->adm, temp_pool); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:534:1: note: declared here 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_repr': subvertpy/wc.c:1371:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] 1371 | svn_wc_adm_access_path(admobj->adm)); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_remove_lock': subvertpy/wc.c:1398:2: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] 1398 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8101:1: note: declared here 8101 | svn_wc_remove_lock(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_ancestry': subvertpy/wc.c:1430:2: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] 1430 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here 3385 | svn_wc_get_ancestry(char **url, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'maybe_set_repos_root': subvertpy/wc.c:1452:2: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] 1452 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'add_repos_file': subvertpy/wc.c:1491:2: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] 1491 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here 4924 | svn_wc_add_repos_file3(const char *dst_path, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'mark_missing_deleted': subvertpy/wc.c:1533:2: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] 1533 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here 3520 | svn_wc_mark_missing_deleted(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'remove_from_revision_control': subvertpy/wc.c:1556:2: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] 1556 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'relocate': subvertpy/wc.c:1633:2: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] 1633 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse?TRUE:FALSE, wc_validator3, py_validator, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here 7542 | svn_wc_relocate3(const char *path, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'crop_tree': subvertpy/wc.c:1661:2: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] 1661 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8348:1: note: declared here 8348 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'translated_stream': subvertpy/wc.c:1694:2: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] 1694 | RUN_SVN_WITH_POOL(stream_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7861:1: note: declared here 7861 | svn_wc_translated_stream(svn_stream_t **stream, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_text_modified': subvertpy/wc.c:1739:2: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] 1739 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_props_modified': subvertpy/wc.c:1772:2: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] 1772 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'adm_process_committed_queue': subvertpy/wc.c:1799:2: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] 1799 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_actual_target': subvertpy/wc.c:1839:2: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] 1839 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here 5736 | svn_wc_get_actual_target(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'is_wc_root': subvertpy/wc.c:1874:2: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] 1874 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'transmit_text_deltas': subvertpy/wc.c:1911:2: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] 1911 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7930:1: note: declared here 7930 | svn_wc_transmit_text_deltas2(const char **tempfile, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'transmit_prop_deltas': subvertpy/wc.c:1960:2: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] 1960 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7982:1: note: declared here 7982 | svn_wc_transmit_prop_deltas(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'retrieve': subvertpy/wc.c:1992:2: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] 1992 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:432:1: note: declared here 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'probe_retrieve': subvertpy/wc.c:2029:2: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] 2029 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:448:1: note: declared here 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'probe_try': subvertpy/wc.c:2068:2: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] 2068 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:480:1: note: declared here 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'resolved_conflict': subvertpy/wc.c:2121:2: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] 2121 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here 5115 | svn_wc_resolved_conflict4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'conflicted': subvertpy/wc.c:2200:2: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] 2200 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'ra_status': subvertpy/wc.c:2246:2: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] 2246 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here 4110 | svn_wc_status2(svn_wc_status2_t **status, | ^~~~~~~~~~~~~~ subvertpy/wc.c: At top level: subvertpy/wc.c:2330:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2330 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:2330:2: note: (near initialization for 'Adm_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'committed_queue_queue': subvertpy/wc.c:2503:2: warning: 'svn_wc_queue_committed2' is deprecated [-Wdeprecated-declarations] 2503 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5313:1: note: declared here 5313 | svn_wc_queue_committed2(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: At top level: subvertpy/wc.c:2535:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2535 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/wc.c:2535:2: note: (near initialization for 'CommittedQueue_Type.tp_vectorcall_offset') subvertpy/wc.c: In function 'revision_status': subvertpy/wc.c:2626:2: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] 2626 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8184:1: note: declared here 8184 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_pristine_copy_path': subvertpy/wc.c:2744:2: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] 2744 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here 7319 | svn_wc_get_pristine_copy_path(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'get_pristine_contents': subvertpy/wc.c:2786:2: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] 2786 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, path, stream_pool, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'ensure_adm': subvertpy/wc.c:2841:2: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] 2841 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here 3572 | svn_wc_ensure_adm3(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'check_wc': subvertpy/wc.c:2880:2: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] 2880 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(path, &wc_format, pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here 2776 | svn_wc_check_wc(const char *path, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function 'cleanup_wc': subvertpy/wc.c:2908:2: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] 2908 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here 7394 | svn_wc_cleanup2(const char *path, | ^~~~~~~~~~~~~~~ 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/util.c -o build/temp.linux-aarch64-3.8/subvertpy/util.o subvertpy/util.c: In function 'new_py_stream': subvertpy/util.c:813:2: warning: 'svn_stream_set_read' is deprecated [-Wdeprecated-declarations] 813 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function 'stream_read_full': subvertpy/util.c:1031:3: warning: 'svn_string_from_stream' is deprecated [-Wdeprecated-declarations] 1031 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ 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/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python3.8 -c subvertpy/editor.c -o build/temp.linux-aarch64-3.8/subvertpy/editor.o subvertpy/editor.c:179:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 179 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:179:2: note: (near initialization for 'TxDeltaWindowHandler_Type.tp_vectorcall_offset') subvertpy/editor.c:317:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 317 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:317:2: note: (near initialization for 'FileEditor_Type.tp_vectorcall_offset') subvertpy/editor.c:731:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 731 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:731:2: note: (near initialization for 'DirectoryEditor_Type.tp_vectorcall_offset') subvertpy/editor.c:933:2: warning: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 933 | NULL, /* printfunc tp_print; */ | ^~~~ subvertpy/editor.c:933:2: note: (near initialization for 'Editor_Type.tp_vectorcall_offset') 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/subvertpy/wc.o build/temp.linux-aarch64-3.8/subvertpy/util.o build/temp.linux-aarch64-3.8/subvertpy/editor.o -L/usr/lib -L/usr/lib64 -lsvn_wc-1 -lsvn_subr-1 -lpython3.8 -o build/lib.linux-aarch64-3.8/subvertpy/wc.cpython-38-aarch64-linux-gnu.so -L/usr/lib64 -lapr-1 -lpthread -ldl running build_scripts creating build/scripts-3.8 copying and adjusting bin/subvertpy-fast-export -> build/scripts-3.8 changing mode of build/scripts-3.8/subvertpy-fast-export from 644 to 755 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VozzAz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64 + cd subvertpy-0.10.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/python2 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7 creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-aarch64-2.7/subvertpy/server.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-aarch64-2.7/subvertpy/client.so -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/tests/test_client.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/tests/test_wc.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/tests/test_ra.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/tests/test_delta.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/tests/test_properties.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/tests/test_server.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/tests/test_marshall.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/tests/test_repos.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/tests/test_core.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests copying build/lib.linux-aarch64-2.7/subvertpy/wc.so -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-aarch64-2.7/subvertpy/marshall.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-aarch64-2.7/subvertpy/ra.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-aarch64-2.7/subvertpy/repos.so -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-aarch64-2.7/subvertpy/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-aarch64-2.7/subvertpy/_ra.so -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-aarch64-2.7/subvertpy/properties.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-aarch64-2.7/subvertpy/delta.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy copying build/lib.linux-aarch64-2.7/subvertpy/ra_svn.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/server.py to server.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_client.py to test_client.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_wc.py to test_wc.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_ra.py to test_ra.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_delta.py to test_delta.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_properties.py to test_properties.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_server.py to test_server.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_marshall.py to test_marshall.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_repos.py to test_repos.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests/__init__.py to __init__.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/tests/test_core.py to test_core.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/marshall.py to marshall.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/ra.py to ra.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/__init__.py to __init__.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/properties.py to properties.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/delta.py to delta.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/ra_svn.py to ra_svn.pyc writing byte-compilation script '/tmp/tmpcNyV46.py' /usr/bin/python2 -O /tmp/tmpcNyV46.py removing /tmp/tmpcNyV46.py running install_scripts creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/bin copying build/scripts-2.7/subvertpy-fast-export -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/bin changing mode of /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/bin/subvertpy-fast-export to 755 running install_egg_info Writing /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy-0.10.1-py2.7.egg-info + mv /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/bin/subvertpy-fast-export /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/bin/subvertpy-fast-export-py2 + 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/subvertpy-0.10.1-4.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy copying build/lib.linux-aarch64-3.8/subvertpy/server.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy copying build/lib.linux-aarch64-3.8/subvertpy/wc.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy creating /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/tests/test_client.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/tests/test_wc.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/tests/test_ra.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/tests/test_delta.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/tests/test_properties.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/tests/test_server.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/tests/test_marshall.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/tests/test_repos.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/tests/test_core.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests copying build/lib.linux-aarch64-3.8/subvertpy/repos.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy copying build/lib.linux-aarch64-3.8/subvertpy/marshall.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy copying build/lib.linux-aarch64-3.8/subvertpy/ra.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy copying build/lib.linux-aarch64-3.8/subvertpy/client.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy copying build/lib.linux-aarch64-3.8/subvertpy/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy copying build/lib.linux-aarch64-3.8/subvertpy/_ra.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy copying build/lib.linux-aarch64-3.8/subvertpy/properties.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy copying build/lib.linux-aarch64-3.8/subvertpy/delta.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy copying build/lib.linux-aarch64-3.8/subvertpy/ra_svn.py -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/server.py to server.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests/test_client.py to test_client.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests/test_wc.py to test_wc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests/test_ra.py to test_ra.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests/test_delta.py to test_delta.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests/test_properties.py to test_properties.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests/test_server.py to test_server.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests/test_marshall.py to test_marshall.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests/test_repos.py to test_repos.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/tests/test_core.py to test_core.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/marshall.py to marshall.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/ra.py to ra.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/properties.py to properties.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/delta.py to delta.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/ra_svn.py to ra_svn.cpython-38.pyc writing byte-compilation script '/tmp/tmpidh0lxmk.py' /usr/bin/python3 /tmp/tmpidh0lxmk.py removing /tmp/tmpidh0lxmk.py running install_scripts copying build/scripts-3.8/subvertpy-fast-export -> /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/bin changing mode of /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/bin/subvertpy-fast-export to 755 running install_egg_info Writing /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy-0.10.1-py3.8.egg-info + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 0.10.1-4.mga8 --unique-debug-suffix -0.10.1-4.mga8.aarch64 --unique-debug-src-base subvertpy-0.10.1-4.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/subvertpy-0.10.1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/_ra.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/client.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/repos.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/repos.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/client.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/_ra.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/wc.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/wc.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/_ra.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/client.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/repos.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/client.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/_ra.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/repos.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7/site-packages/subvertpy/wc.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python3.8/site-packages/subvertpy/wc.cpython-38-aarch64-linux-gnu.so original debug info size: 3112kB, size after compression: 2692kB /usr/lib/rpm/sepdebugcrcfix: Updated 8 CRC32s, 0 CRC32s did match. 707 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/subvertpy-0.10.1-4.mga8.aarch64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.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: python2-subvertpy-0.10.1-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LWnS1z + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd subvertpy-0.10.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python2-subvertpy + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python2-subvertpy + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python2-subvertpy + cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python2-subvertpy + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python2-subvertpy + cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python2-subvertpy + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GoIwiy + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd subvertpy-0.10.1 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/licenses/python2-subvertpy + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/licenses/python2-subvertpy + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/licenses/python2-subvertpy + RPM_EC=0 ++ jobs -p + exit 0 Provides: python2-subvertpy = 0.10.1-4.mga8 python2-subvertpy(aarch-64) = 0.10.1-4.mga8 python2.7dist(subvertpy) = 0.10.1 python2dist(subvertpy) = 0.10.1 pythonegg(2)(subvertpy) = 0.10.1 subvertpy = 0.10.1-4.mga8 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) libapr-1.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpython2.7.so.1.0()(64bit) libsvn_client-1.so.0()(64bit) libsvn_fs-1.so.0()(64bit) libsvn_ra-1.so.0()(64bit) libsvn_repos-1.so.0()(64bit) libsvn_subr-1.so.0()(64bit) libsvn_wc-1.so.0()(64bit) python(abi) = 2.7 Obsoletes: subvertpy < 0.9.1-9 Processing files: python3-subvertpy-0.10.1-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3jWt3y + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd subvertpy-0.10.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python3-subvertpy + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python3-subvertpy + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python3-subvertpy + cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python3-subvertpy + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python3-subvertpy + cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/doc/python3-subvertpy + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.G1rjnz + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd subvertpy-0.10.1 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/licenses/python3-subvertpy + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/licenses/python3-subvertpy + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64/usr/share/licenses/python3-subvertpy + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-subvertpy = 0.10.1-4.mga8 python3-subvertpy = 0.10.1-4.mga8 python3-subvertpy(aarch-64) = 0.10.1-4.mga8 python3.8dist(subvertpy) = 0.10.1 python3dist(subvertpy) = 0.10.1 pythonegg(3)(subvertpy) = 0.10.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) libapr-1.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpython3.8.so.1.0()(64bit) libsvn_client-1.so.0()(64bit) libsvn_fs-1.so.0()(64bit) libsvn_ra-1.so.0()(64bit) libsvn_repos-1.so.0()(64bit) libsvn_subr-1.so.0()(64bit) libsvn_wc-1.so.0()(64bit) python(abi) = 3.8 Obsoletes: python-subvertpy < 0.10.1-4.mga8 Processing files: subvertpy-debugsource-0.10.1-4.mga8.aarch64 Provides: subvertpy-debugsource = 0.10.1-4.mga8 subvertpy-debugsource(aarch-64) = 0.10.1-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: subvertpy-debuginfo-0.10.1-4.mga8.aarch64 Provides: subvertpy-debuginfo = 0.10.1-4.mga8 subvertpy-debuginfo(aarch-64) = 0.10.1-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: subvertpy-debugsource(aarch-64) = 0.10.1-4.mga8 Processing files: python2-subvertpy-debuginfo-0.10.1-4.mga8.aarch64 Provides: debuginfo(build-id) = 36ff0443a4d831a647445cfeba571b8bcb6025ed debuginfo(build-id) = 74aaf9569405236e533659b759d7c1a686b3da58 debuginfo(build-id) = d8d27a47e8a6b3b419bba7f3fcba5fd994fa4b97 debuginfo(build-id) = eed81edae36243b0c2b858bb27301f0c9605dac4 python2-subvertpy-debuginfo = 0.10.1-4.mga8 python2-subvertpy-debuginfo(aarch-64) = 0.10.1-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: subvertpy-debugsource(aarch-64) = 0.10.1-4.mga8 Processing files: python3-subvertpy-debuginfo-0.10.1-4.mga8.aarch64 Provides: debuginfo(build-id) = 39b003a45d22d74c5008da2d14ec3bb51c57e0cf debuginfo(build-id) = c249197c919feb94a396d3e03c33826591363a53 debuginfo(build-id) = f0b0b39d62b51379691d379b74eeadd37108fbed debuginfo(build-id) = fa5894ef6e6ed2899fc676ed78b3dd518090c615 python3-subvertpy-debuginfo = 0.10.1-4.mga8 python3-subvertpy-debuginfo(aarch-64) = 0.10.1-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: subvertpy-debugsource(aarch-64) = 0.10.1-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/subvertpy-debuginfo-0.10.1-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/subvertpy-debugsource-0.10.1-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python2-subvertpy-debuginfo-0.10.1-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-subvertpy-0.10.1-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python2-subvertpy-0.10.1-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-subvertpy-debuginfo-0.10.1-4.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QP2x6y + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd subvertpy-0.10.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/subvertpy-0.10.1-4.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hYqAzw + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf subvertpy-0.10.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!