D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/cgsi-gsoap-1.3.11-5.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qTWs4p + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf CGSI-gSOAP-1.3.11 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/CGSI-gSOAP-1.3.11.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd CGSI-gSOAP-1.3.11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (CGSI-gSOAP-library-linking.patch):' Patch #0 (CGSI-gSOAP-library-linking.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file src/Makefile + find . '(' -name '*.h' -o -name '*.c' -o -name '*.cpp' -o -name '*.cc' ')' -exec chmod 644 '{}' ';' + chmod 644 LICENSE RELEASE-NOTES + sed -e 's!-L$([A-Z_]*)/lib!!' -e 's!-L$([A-Z_]*)/$(LIBDIR)!!' -i src/Makefile + sed -e 's!$(GSOAP_VERSION)!!g' -i src/Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rtS7EW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd CGSI-gSOAP-1.3.11 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + . ./VERSION ++ VERSION=1.3.11 ++ RELEASE=1 + cd src ++ pkg-config --cflags gsoap + make 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM ' 'SHLIBLDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared' USE_VOMS=yes WITH_EMI=yes WITH_CPP_LIBS=yes 'GLOBUS_LIBS=-lglobus_gss_assist -lglobus_gssapi_gsi -lglobus_gsi_credential -lglobus_gsi_cert_utils -lglobus_openssl -lglobus_common -lgsoap -lpthread -lssl -lcrypto' LIBDIR=lib64 VERSION=1.3.11 all doc gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM -I/usr/include/globus -I/usr/lib64/globus/include -c -o cgsi_plugin.o cgsi_plugin.c cgsi_plugin.c: In function 'trace_str': cgsi_plugin.c:2214:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2214 | write(fd, msg, len); | ^~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_import_cred': cgsi_plugin.c:897:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 897 | fread(buffer.value, cert_size, 1, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:909:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 909 | fread((char*)buffer.value + cert_size, key_size, 1, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'cgsi_err': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'cgsi_gssapi_err': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:1915:31: note: in expansion of macro 'CGSI_PLUGIN' 1915 | snprintf(buffer, bufsize, CGSI_PLUGIN " running on %s reports %s\n", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_map_dn': cgsi_plugin.c:763:70: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 228 [-Wformat-truncation=] 763 | snprintf(buf, TBUFSIZE, "Could not find mapping for: %s\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c:751:72: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 226 [-Wformat-truncation=] 751 | snprintf(buf, TBUFSIZE, "The client is mapped to user:<%s>\n", data->username); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_open': cgsi_plugin.c:1029:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 1029 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_plugin_accept': cgsi_plugin.c:535:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 535 | snprintf(buf, TBUFSIZE, "The server is:<%s>\n", data->server_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c:607:50: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 607 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ar rv libcgsi_plugin.a cgsi_plugin.o ar: creating libcgsi_plugin.a a - cgsi_plugin.o ranlib libcgsi_plugin.a g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM -I/usr/include/globus -I/usr/lib64/globus/include -c -o cgsi_plugin_cpp.o cgsi_plugin.c In file included from /usr/include/globus/globus_common.h:87, from /usr/include/globus/gssapi.h:48, from /usr/include/globus/globus_gss_assist.h:25, from cgsi_plugin_int.h:29, from cgsi_plugin.c:34: /usr/include/globus/globus_libc.h:206:45: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 206 | int globus_libc_setenv(register const char *name, | ^~~~ /usr/include/globus/globus_libc.h:207:45: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 207 | register const char *value, | ^~~~~ /usr/include/globus/globus_libc.h:209:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 209 | void globus_libc_unsetenv(register const char *name); | ^~~~ /usr/include/globus/globus_libc.h:212:65: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 212 | GLOBUS_DEPRECATED(char *globus_libc_getenv(register const char *name)); | ^~~~ /usr/include/globus/globus_libc.h:40:36: note: in definition of macro 'GLOBUS_DEPRECATED' 40 | # define GLOBUS_DEPRECATED(func) func __attribute__((deprecated)) | ^~~~ cgsi_plugin.c: In function 'int trace_str(cgsi_plugin_data*, const char*, int)': cgsi_plugin.c:2214:18: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 2214 | write(fd, msg, len); | ~~~~~^~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int client_cgsi_plugin_import_cred(soap*, cgsi_plugin_data*)': cgsi_plugin.c:861:23: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 861 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:874:31: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 874 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:893:23: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 893 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:897:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 897 | fread(buffer.value, cert_size, 1, fd); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:905:31: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 905 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:909:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 909 | fread((char*)buffer.value + cert_size, key_size, 1, fd); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'void cgsi_err(soap*, const char*)': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'void cgsi_gssapi_err(soap*, const char*, OM_uint32, OM_uint32)': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:1915:31: note: in expansion of macro 'CGSI_PLUGIN' 1915 | snprintf(buffer, bufsize, CGSI_PLUGIN " running on %s reports %s\n", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_map_dn(soap*)': cgsi_plugin.c:763:70: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 228 [-Wformat-truncation=] 763 | snprintf(buf, TBUFSIZE, "Could not find mapping for: %s\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c:751:72: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 226 [-Wformat-truncation=] 751 | snprintf(buf, TBUFSIZE, "The client is mapped to user:<%s>\n", data->username); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int client_cgsi_plugin_open(soap*, const char*, const char*, int)': cgsi_plugin.c:1029:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 1029 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_plugin_accept(soap*)': cgsi_plugin.c:535:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 535 | snprintf(buf, TBUFSIZE, "The server is:<%s>\n", data->server_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c:607:50: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 607 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ar rv libcgsi_plugin_cpp.a cgsi_plugin_cpp.o ar: creating libcgsi_plugin_cpp.a a - cgsi_plugin_cpp.o ranlib libcgsi_plugin_cpp.a gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM -DUSE_VOMS -I/usr/include/voms -I/usr/include/globus -I/usr/lib64/globus/include -c -o cgsi_plugin_voms.o cgsi_plugin.c cgsi_plugin.c: In function 'trace_str': cgsi_plugin.c:2214:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2214 | write(fd, msg, len); | ^~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_import_cred': cgsi_plugin.c:897:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 897 | fread(buffer.value, cert_size, 1, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:909:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 909 | fread((char*)buffer.value + cert_size, key_size, 1, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'cgsi_err': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'cgsi_gssapi_err': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:1915:31: note: in expansion of macro 'CGSI_PLUGIN' 1915 | snprintf(buffer, bufsize, CGSI_PLUGIN " running on %s reports %s\n", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_map_dn': cgsi_plugin.c:763:70: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 228 [-Wformat-truncation=] 763 | snprintf(buf, TBUFSIZE, "Could not find mapping for: %s\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c:751:72: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 226 [-Wformat-truncation=] 751 | snprintf(buf, TBUFSIZE, "The client is mapped to user:<%s>\n", data->username); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_open': cgsi_plugin.c:1029:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 1029 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_plugin_accept': cgsi_plugin.c:535:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 535 | snprintf(buf, TBUFSIZE, "The server is:<%s>\n", data->server_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c:607:50: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 607 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ar rv libcgsi_plugin_voms.a cgsi_plugin_voms.o ar: creating libcgsi_plugin_voms.a a - cgsi_plugin_voms.o ranlib libcgsi_plugin_voms.a g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM -DUSE_VOMS -I/usr/include/voms -I/usr/include/globus -I/usr/lib64/globus/include -c -o cgsi_plugin_voms_cpp.o cgsi_plugin.c In file included from /usr/include/globus/globus_common.h:87, from /usr/include/globus/gssapi.h:48, from /usr/include/globus/globus_gss_assist.h:25, from cgsi_plugin_int.h:29, from cgsi_plugin.c:34: /usr/include/globus/globus_libc.h:206:45: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 206 | int globus_libc_setenv(register const char *name, | ^~~~ /usr/include/globus/globus_libc.h:207:45: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 207 | register const char *value, | ^~~~~ /usr/include/globus/globus_libc.h:209:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 209 | void globus_libc_unsetenv(register const char *name); | ^~~~ /usr/include/globus/globus_libc.h:212:65: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 212 | GLOBUS_DEPRECATED(char *globus_libc_getenv(register const char *name)); | ^~~~ /usr/include/globus/globus_libc.h:40:36: note: in definition of macro 'GLOBUS_DEPRECATED' 40 | # define GLOBUS_DEPRECATED(func) func __attribute__((deprecated)) | ^~~~ cgsi_plugin.c: In function 'int trace_str(cgsi_plugin_data*, const char*, int)': cgsi_plugin.c:2214:18: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 2214 | write(fd, msg, len); | ~~~~~^~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int client_cgsi_plugin_import_cred(soap*, cgsi_plugin_data*)': cgsi_plugin.c:861:23: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 861 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:874:31: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 874 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:893:23: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 893 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:897:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 897 | fread(buffer.value, cert_size, 1, fd); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:905:31: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 905 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:909:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 909 | fread((char*)buffer.value + cert_size, key_size, 1, fd); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'void cgsi_err(soap*, const char*)': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'void cgsi_gssapi_err(soap*, const char*, OM_uint32, OM_uint32)': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:1915:31: note: in expansion of macro 'CGSI_PLUGIN' 1915 | snprintf(buffer, bufsize, CGSI_PLUGIN " running on %s reports %s\n", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_map_dn(soap*)': cgsi_plugin.c:763:70: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 228 [-Wformat-truncation=] 763 | snprintf(buf, TBUFSIZE, "Could not find mapping for: %s\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c:751:72: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 226 [-Wformat-truncation=] 751 | snprintf(buf, TBUFSIZE, "The client is mapped to user:<%s>\n", data->username); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int client_cgsi_plugin_open(soap*, const char*, const char*, int)': cgsi_plugin.c:1029:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 1029 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_plugin_accept(soap*)': cgsi_plugin.c:535:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 535 | snprintf(buf, TBUFSIZE, "The server is:<%s>\n", data->server_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c:607:50: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 607 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In file included from /usr/include/stdio.h:888, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ar rv libcgsi_plugin_voms_cpp.a cgsi_plugin_voms_cpp.o ar: creating libcgsi_plugin_voms_cpp.a a - cgsi_plugin_voms_cpp.o ranlib libcgsi_plugin_voms_cpp.a gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -Wl,-soname,libcgsi_plugin.so.1 -o libcgsi_plugin.so cgsi_plugin.o -lc -lglobus_gss_assist -lglobus_gssapi_gsi -lglobus_gsi_credential -lglobus_gsi_cert_utils -lglobus_openssl -lglobus_common -lgsoap -lpthread -lssl -lcrypto g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -Wl,-soname,libcgsi_plugin_cpp.so.1 -o libcgsi_plugin_cpp.so cgsi_plugin_cpp.o -lc -lglobus_gss_assist -lglobus_gssapi_gsi -lglobus_gsi_credential -lglobus_gsi_cert_utils -lglobus_openssl -lglobus_common -lgsoap -lpthread -lssl -lcrypto gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -Wl,-soname,libcgsi_plugin_voms.so.1 -o libcgsi_plugin_voms.so cgsi_plugin_voms.o -lc -lglobus_gss_assist -lglobus_gssapi_gsi -lglobus_gsi_credential -lglobus_gsi_cert_utils -lglobus_openssl -lglobus_common -lgsoap -lpthread -lssl -lcrypto -lvomsapi g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -Wl,-soname,libcgsi_plugin_voms_cpp.so.1 -o libcgsi_plugin_voms_cpp.so cgsi_plugin_voms_cpp.o -lc -lglobus_gss_assist -lglobus_gssapi_gsi -lglobus_gsi_credential -lglobus_gsi_cert_utils -lglobus_openssl -lglobus_common -lgsoap -lpthread -lssl -lcrypto -lvomsapi SRCDIR=. VERSION=1.3.11 doxygen doxygenConfig warning: Tag 'USE_WINDOWS_ENCODING' at line 54 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'DETAILS_AT_TOP' at line 123 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 491 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 544 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 778 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 784 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 936 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MAX_DOT_GRAPH_WIDTH' at line 1038 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MAX_DOT_GRAPH_HEIGHT' at line 1046 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! Doxygen version used: 1.9.2 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Reading and parsing tag files Parsing files Preprocessing /home/iurt/rpmbuild/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... Parsing file /home/iurt/rpmbuild/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file cgsi_plugin.h... Generating file documentation... Generating docs for file cgsi_plugin.h... Generating page documentation... Generating group documentation... Generating class documentation... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 30/65536 hits=0 misses=30 finished... + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ojy7wd + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64 + cd CGSI-gSOAP-1.3.11 + '[' 1 -eq 1 ']' + . ./VERSION ++ VERSION=1.3.11 ++ RELEASE=1 + pushd src ~/rpmbuild/BUILD/CGSI-gSOAP-1.3.11/src ~/rpmbuild/BUILD/CGSI-gSOAP-1.3.11 ++ pkg-config --cflags gsoap + make 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM ' 'SHLIBLDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared' USE_VOMS=yes WITH_EMI=yes WITH_CPP_LIBS=yes LIBDIR=lib64 VERSION=1.3.11 install install.man install -d /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/include for i in cgsi_plugin.h; do cp ./$i /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/include; done install -d /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64 for l in libcgsi_plugin.a libcgsi_plugin_cpp.a libcgsi_plugin_voms.a libcgsi_plugin_voms_cpp.a; do cp $l /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64/$l; done for l in libcgsi_plugin.so libcgsi_plugin_cpp.so libcgsi_plugin_voms.so libcgsi_plugin_voms_cpp.so; do \ cp $l /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64/$l.1.3.11; \ (cd /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64; ln -sf $l.1.3.11 $l); \ (cd /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64; ln -sf $l.1.3.11 $l.1); \ done SRCDIR=. VERSION=1.3.11 doxygen doxygenConfig warning: Tag 'USE_WINDOWS_ENCODING' at line 54 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'DETAILS_AT_TOP' at line 123 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 491 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 544 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 778 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 784 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 936 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MAX_DOT_GRAPH_WIDTH' at line 1038 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MAX_DOT_GRAPH_HEIGHT' at line 1046 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! Doxygen version used: 1.9.2 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Reading and parsing tag files Parsing files Preprocessing /home/iurt/rpmbuild/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... Parsing file /home/iurt/rpmbuild/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file cgsi_plugin.h... Generating file documentation... Generating docs for file cgsi_plugin.h... Generating page documentation... Generating group documentation... Generating class documentation... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 30/65536 hits=0 misses=30 finished... mkdir -p /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share cp -r man /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share/ mkdir -p /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share/doc/CGSI cp -r html /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share/doc/CGSI/ + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share/doc/cgsi-gsoap + mv /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share/doc/CGSI/html /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share/doc/cgsi-gsoap + popd ~/rpmbuild/BUILD/CGSI-gSOAP-1.3.11 + install -p -m 644 RELEASE-NOTES /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share/doc/cgsi-gsoap + rm /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64/libcgsi_plugin.a /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64/libcgsi_plugin_cpp.a /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64/libcgsi_plugin_voms.a /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64/libcgsi_plugin_voms_cpp.a + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.3.11-5.mga9 --unique-debug-suffix -1.3.11-5.mga9.aarch64 --unique-debug-src-base cgsi-gsoap-1.3.11-5.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/CGSI-gSOAP-1.3.11 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64/libcgsi_plugin_voms.so.1.3.11 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64/libcgsi_plugin.so.1.3.11 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64/libcgsi_plugin_voms_cpp.so.1.3.11 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/lib64/libcgsi_plugin_cpp.so.1.3.11 dwz: ./usr/lib64/libcgsi_plugin.so.1.3.11-1.3.11-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/libcgsi_plugin_cpp.so.1.3.11-1.3.11-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/libcgsi_plugin_voms.so.1.3.11-1.3.11-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/libcgsi_plugin_voms_cpp.so.1.3.11-1.3.11-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 768kB, size after compression: 768kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 4 CRC32s did match. 198 blocks + /usr/lib/rpm/check-buildroot + '[' -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/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/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: lib64cgsi-gsoap1-1.3.11-5.mga9.aarch64 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Hc529o + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd CGSI-gSOAP-1.3.11 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share/licenses/lib64cgsi-gsoap1 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share/licenses/lib64cgsi-gsoap1 + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64/usr/share/licenses/lib64cgsi-gsoap1 + RPM_EC=0 ++ jobs -p + exit 0 Provides: CGSI-gSOAP = 1.3.11-5.mga9 cgsi-gsoap = 1.3.11-5.mga9 lib64cgsi-gsoap1 = 1.3.11-5.mga9 lib64cgsi-gsoap1(aarch-64) = 1.3.11-5.mga9 libcgsi_plugin.so.1()(64bit) libcgsi_plugin_cpp.so.1()(64bit) libcgsi_plugin_voms.so.1()(64bit) libcgsi_plugin_voms_cpp.so.1()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libglobus_common.so.0()(64bit) libglobus_common.so.0(GLOBUS_COMMON_14)(64bit) libglobus_gsi_cert_utils.so.0()(64bit) libglobus_gsi_credential.so.1()(64bit) libglobus_gss_assist.so.3()(64bit) libglobus_gssapi_gsi.so.4()(64bit) libglobus_gssapi_gsi.so.4(globus_gssapi_gsi)(64bit) libglobus_openssl.so.0()(64bit) libgsoap-2.8.104.so()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libvomsapi.so.1()(64bit) Obsoletes: lib64cgsi-gsoap0 < 1.3.11-3 Processing files: lib64cgsi-gsoap-devel-1.3.11-5.mga9.aarch64 Provides: CGSI-gSOAP-devel = 1.3.11-5.mga9 cgsi-gsoap-devel = 1.3.11-5.mga9 devel(libcgsi_plugin(64bit)) devel(libcgsi_plugin_cpp(64bit)) devel(libcgsi_plugin_voms(64bit)) devel(libcgsi_plugin_voms_cpp(64bit)) lib64cgsi-gsoap-devel = 1.3.11-5.mga9 lib64cgsi-gsoap-devel(aarch-64) = 1.3.11-5.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libcrypto(64bit)) devel(libglobus_common(64bit)) devel(libglobus_gsi_cert_utils(64bit)) devel(libglobus_gsi_credential(64bit)) devel(libglobus_gss_assist(64bit)) devel(libglobus_gssapi_gsi(64bit)) devel(libglobus_openssl(64bit)) devel(libgsoap-2.8.104(64bit)) devel(libssl(64bit)) devel(libstdc++(64bit)) devel(libvomsapi(64bit)) Processing files: cgsi-gsoap-debugsource-1.3.11-5.mga9.aarch64 Provides: cgsi-gsoap-debugsource = 1.3.11-5.mga9 cgsi-gsoap-debugsource(aarch-64) = 1.3.11-5.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lib64cgsi-gsoap1-debuginfo-1.3.11-5.mga9.aarch64 Provides: debuginfo(build-id) = 17d7e44af7c5a7f5bf1a2b0e6abc50cd15e96696 debuginfo(build-id) = 4ee4bf9cc4c5fe1fad57ccdca56a94ec8bf21bd7 debuginfo(build-id) = da3ec7fcf2c36055c5c997f1b36ecbd412b43c79 debuginfo(build-id) = f9217010c157bf9d031faf043ced146924d445d4 lib64cgsi-gsoap1-debuginfo = 1.3.11-5.mga9 lib64cgsi-gsoap1-debuginfo(aarch-64) = 1.3.11-5.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cgsi-gsoap-debugsource(aarch-64) = 1.3.11-5.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cgsi-gsoap-debugsource-1.3.11-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64cgsi-gsoap1-1.3.11-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64cgsi-gsoap-devel-1.3.11-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64cgsi-gsoap1-debuginfo-1.3.11-5.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hfhqSx + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd CGSI-gSOAP-1.3.11 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-5.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5nQfha + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf CGSI-gSOAP-1.3.11 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!