D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/cgsi-gsoap-1.3.11-4.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SmGPag + 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 -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.Hvqtbj + 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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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 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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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 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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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:867, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __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 '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.8.20 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... Computing nesting relations for classes... Associating documentation with classes... 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... 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 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 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=30 misses=30 finished... + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2PnqZh + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64 + 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-4.mga8.x86_64/usr/include for i in cgsi_plugin.h; do cp ./$i /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/include; done install -d /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/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-4.mga8.x86_64/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-4.mga8.x86_64/usr/lib64/$l.1.3.11; \ (cd /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64; ln -sf $l.1.3.11 $l); \ (cd /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/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 '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.8.20 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... Computing nesting relations for classes... Associating documentation with classes... 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... 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 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 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=30 misses=30 finished... mkdir -p /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/share cp -r man /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/share/ mkdir -p /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/share/doc/CGSI cp -r html /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/share/doc/CGSI/ + mkdir -p /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/share/doc/cgsi-gsoap + mv /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/share/doc/CGSI/html /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/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-4.mga8.x86_64/usr/share/doc/cgsi-gsoap + rm /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin.a /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin_cpp.a /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin_voms.a /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin_voms_cpp.a + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.3.11-4.mga8 --unique-debug-suffix -1.3.11-4.mga8.x86_64 --unique-debug-src-base cgsi-gsoap-1.3.11-4.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/CGSI-gSOAP-1.3.11 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin_voms.so.1.3.11 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin.so.1.3.11 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin_voms_cpp.so.1.3.11 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin.so.1.3.11 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin_voms.so.1.3.11 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin_cpp.so.1.3.11 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin_voms_cpp.so.1.3.11 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/lib64/libcgsi_plugin_cpp.so.1.3.11 original debug info size: 888kB, size after compression: 720kB /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: lib64cgsi-gsoap1-1.3.11-4.mga8.x86_64 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LjGqDi + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd CGSI-gSOAP-1.3.11 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/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-4.mga8.x86_64/usr/share/licenses/lib64cgsi-gsoap1 + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64/usr/share/licenses/lib64cgsi-gsoap1 + RPM_EC=0 ++ jobs -p + exit 0 Provides: CGSI-gSOAP = 1.3.11-4.mga8 cgsi-gsoap = 1.3.11-4.mga8 lib64cgsi-gsoap1 = 1.3.11-4.mga8 lib64cgsi-gsoap1(x86-64) = 1.3.11-4.mga8 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: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_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-4.mga8.x86_64 Provides: CGSI-gSOAP-devel = 1.3.11-4.mga8 cgsi-gsoap-devel = 1.3.11-4.mga8 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-4.mga8 lib64cgsi-gsoap-devel(x86-64) = 1.3.11-4.mga8 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-4.mga8.x86_64 Provides: cgsi-gsoap-debugsource = 1.3.11-4.mga8 cgsi-gsoap-debugsource(x86-64) = 1.3.11-4.mga8 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-4.mga8.x86_64 Provides: debuginfo(build-id) = 1e7d876f808e35c2d882d1515cb58901e6b1d446 debuginfo(build-id) = 6add9d4ef4af13db27701f4689600d140ab0598e debuginfo(build-id) = c29b5c3fbaaff962e59ac8ff3b72b94ae11e3111 debuginfo(build-id) = ec4b339c1719660b9476b303bed4466694e017fd lib64cgsi-gsoap1-debuginfo = 1.3.11-4.mga8 lib64cgsi-gsoap1-debuginfo(x86-64) = 1.3.11-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cgsi-gsoap-debugsource(x86-64) = 1.3.11-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-4.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/cgsi-gsoap-debugsource-1.3.11-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64cgsi-gsoap1-1.3.11-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64cgsi-gsoap-devel-1.3.11-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64cgsi-gsoap1-debuginfo-1.3.11-4.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.twYRBh + 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-4.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SXOOBh + 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!