Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/CGSI-gSOAP.spec'], chrootPath='/var/lib/mock/f33-build-311773-57492/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/CGSI-gSOAP.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595808000 Wrote: /builddir/build/SRPMS/CGSI-gSOAP-1.3.11-10.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/CGSI-gSOAP.spec'], chrootPath='/var/lib/mock/f33-build-311773-57492/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/CGSI-gSOAP.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595808000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Axiu9m + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf CGSI-gSOAP-1.3.11 + /usr/bin/gzip -dc /builddir/build/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 . Patch #0 (CGSI-gSOAP-library-linking.patch): + echo '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 /var/tmp/rpm-tmp.tFutIk + umask 022 + cd /builddir/build/BUILD + cd CGSI-gSOAP-1.3.11 + . ./VERSION ++ VERSION=1.3.11 ++ RELEASE=1 + cd src ++ pkg-config --cflags gsoap + make 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I. -DWITH_IPV6 -DWITH_DOM ' 'SHLIBLDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared' USE_VOMS=yes WITH_EMI=yes WITH_CPP_LIBS=yes LIBDIR=lib64 VERSION=1.3.11 all doc gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 'cgsi_display_status_1': cgsi_plugin.c:1944:15: warning: variable 'maj_stat' set but not used [-Wunused-but-set-variable] 1944 | OM_uint32 maj_stat, min_stat; | ^~~~~~~~ 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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 30 and 541 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 33 and 544 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 cgsi_display_status_1(const char*, OM_uint32, int, char*, int)': cgsi_plugin.c:1944:15: warning: variable 'maj_stat' set but not used [-Wunused-but-set-variable] 1944 | OM_uint32 maj_stat, min_stat; | ^~~~~~~~ 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 'cgsi_err(soap*, char const*)': 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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'cgsi_gssapi_err(soap*, char const*, unsigned int, unsigned int)': 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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function '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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output between 30 and 541 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output between 33 and 544 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_open(soap*, char const*, char const*, 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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function '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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 'cgsi_display_status_1': cgsi_plugin.c:1944:15: warning: variable 'maj_stat' set but not used [-Wunused-but-set-variable] 1944 | OM_uint32 maj_stat, min_stat; | ^~~~~~~~ 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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 30 and 541 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 33 and 544 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 cgsi_display_status_1(const char*, OM_uint32, int, char*, int)': cgsi_plugin.c:1944:15: warning: variable 'maj_stat' set but not used [-Wunused-but-set-variable] 1944 | OM_uint32 maj_stat, min_stat; | ^~~~~~~~ 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 'cgsi_err(soap*, char const*)': 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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'cgsi_gssapi_err(soap*, char const*, unsigned int, unsigned int)': 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: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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function '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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output between 30 and 541 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output between 33 and 544 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_open(soap*, char const*, char const*, 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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function '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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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:866, from cgsi_plugin.c:33: /usr/include/bits/stdio2.h:70:35: note: '__snprintf_chk' output between 18 and 529 bytes into a destination of size 256 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -lpthread -lssl -lcrypto g++ -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -lpthread -lssl -lcrypto gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -lpthread -lssl -lcrypto -lvomsapi g++ -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 -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.18 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 /builddir/build/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... Parsing file /builddir/build/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... 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 /var/tmp/rpm-tmp.ynCcok + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64 + cd CGSI-gSOAP-1.3.11 + . ./VERSION ++ VERSION=1.3.11 ++ RELEASE=1 + pushd src ~/build/BUILD/CGSI-gSOAP-1.3.11/src ~/build/BUILD/CGSI-gSOAP-1.3.11 ++ pkg-config --cflags gsoap + make 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I. -DWITH_IPV6 -DWITH_DOM ' 'SHLIBLDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared' USE_VOMS=yes WITH_EMI=yes WITH_CPP_LIBS=yes LIBDIR=lib64 VERSION=1.3.11 install install.man install -d /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/include for i in cgsi_plugin.h; do cp ./$i /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/include; done install -d /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64 for l in libcgsi_plugin.a libcgsi_plugin_cpp.a libcgsi_plugin_voms.a libcgsi_plugin_voms_cpp.a; do cp $l /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/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 /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/$l.1.3.11; \ (cd /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64; ln -sf $l.1.3.11 $l); \ (cd /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/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.18 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 /builddir/build/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... Parsing file /builddir/build/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... 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 /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share cp -r man /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share/ mkdir -p /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share/doc/CGSI cp -r html /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share/doc/CGSI/ + mkdir -p /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share/doc/CGSI-gSOAP + mv /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share/doc/CGSI/html /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share/doc/CGSI-gSOAP + popd ~/build/BUILD/CGSI-gSOAP-1.3.11 + install -p -m 644 RELEASE-NOTES /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share/doc/CGSI-gSOAP + rm /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin.a /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin_cpp.a /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin_voms.a /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin_voms_cpp.a + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.3.11-10.fc33 --unique-debug-suffix -1.3.11-10.fc33.riscv64 --unique-debug-src-base CGSI-gSOAP-1.3.11-10.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/CGSI-gSOAP-1.3.11 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin.so.1.3.11 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin_voms.so.1.3.11 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin_cpp.so.1.3.11 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin_voms_cpp.so.1.3.11 extracting debug info from /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin_voms.so.1.3.11 extracting debug info from /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin.so.1.3.11 extracting debug info from /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin_cpp.so.1.3.11 extracting debug info from /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/lib64/libcgsi_plugin_voms_cpp.so.1.3.11 original debug info size: 1732kB, size after compression: 1544kB /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 198 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: CGSI-gSOAP-1.3.11-10.fc33.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YXid9j + umask 022 + cd /builddir/build/BUILD + cd CGSI-gSOAP-1.3.11 + LICENSEDIR=/builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share/licenses/CGSI-gSOAP + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share/licenses/CGSI-gSOAP + cp -pr LICENSE /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64/usr/share/licenses/CGSI-gSOAP + RPM_EC=0 ++ jobs -p + exit 0 Provides: CGSI-gSOAP = 1.3.11-10.fc33 CGSI-gSOAP(riscv-64) = 1.3.11-10.fc33 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-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_4.3.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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(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) rtld(GNU_HASH) Processing files: CGSI-gSOAP-devel-1.3.11-10.fc33.riscv64 Provides: CGSI-gSOAP-devel = 1.3.11-10.fc33 CGSI-gSOAP-devel(riscv-64) = 1.3.11-10.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libcgsi_plugin.so.1()(64bit) libcgsi_plugin_cpp.so.1()(64bit) libcgsi_plugin_voms.so.1()(64bit) libcgsi_plugin_voms_cpp.so.1()(64bit) Processing files: CGSI-gSOAP-debugsource-1.3.11-10.fc33.riscv64 Provides: CGSI-gSOAP-debugsource = 1.3.11-10.fc33 CGSI-gSOAP-debugsource(riscv-64) = 1.3.11-10.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: CGSI-gSOAP-debuginfo-1.3.11-10.fc33.riscv64 Provides: CGSI-gSOAP-debuginfo = 1.3.11-10.fc33 CGSI-gSOAP-debuginfo(riscv-64) = 1.3.11-10.fc33 debuginfo(build-id) = 0dfeb1d6b82c182786dcb2b08955aef50c99e006 debuginfo(build-id) = 4945521b6dda56f67671d97dfc07c0d59f446b99 debuginfo(build-id) = 8d3b48182b471932d2c3e373c804d3ecc0de1b82 debuginfo(build-id) = f255d6d68a544e5f2a994d97d122e7e9c5546ba7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: CGSI-gSOAP-debugsource(riscv-64) = 1.3.11-10.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64 Wrote: /builddir/build/RPMS/CGSI-gSOAP-1.3.11-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/CGSI-gSOAP-debugsource-1.3.11-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/CGSI-gSOAP-devel-1.3.11-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/CGSI-gSOAP-debuginfo-1.3.11-10.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3Bs49j + umask 022 + cd /builddir/build/BUILD + cd CGSI-gSOAP-1.3.11 + /usr/bin/rm -rf /builddir/build/BUILDROOT/CGSI-gSOAP-1.3.11-10.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0