register.c:107:16: note: in expansion of macro 'R' 107 | R(urlmap[i].reg_url); | ^ At top level: register.c:38:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 38 | static char const ident[]="$Id: register.c 578 2017-10-24 18:56:46Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c sock.c sock.c: In function 'sipsock_listen': sock.c:98:24: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 98 | if (uid != euid) seteuid(0); | ^~~~~~~~~~ sock.c:118:24: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 118 | if (uid != euid) seteuid(euid); | ^~~~~~~~~~~~~ At top level: sock.c:42:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 42 | static char const ident[]="$Id: sock.c 582 2019-05-10 15:01:16Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c utils.c utils.c:53:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 53 | static char const ident[]="$Id: utils.c 585 2020-07-07 22:05:29Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c sip_utils.c sip_utils.c:45:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 45 | static char const ident[]="$Id: sip_utils.c 585 2020-07-07 22:05:29Z hb9xar $"; | ^~~~~ sip_utils.c: In function 'sip_add_myvia': sip_utils.c:598:46: warning: '%s' directive writing up to 127 bytes into a region of size 106 [-Wformat-overflow=] 598 | sprintf(tmp, "SIP/2.0/TCP %s:%i;branch=%s%s", | ^~ 599 | myaddr, configuration.sip_listen_port, 600 | branch_id, | ~~~~~~~~~ In file included from /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_port.h:23, from /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_headers.h:23, from /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_message.h:24, from /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_parser.h:23, from sip_utils.c:38: /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output 23 or more bytes (assuming 156) into a destination of size 128 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sip_utils.c:593:46: warning: '%s' directive writing up to 127 bytes into a region of size 106 [-Wformat-overflow=] 593 | sprintf(tmp, "SIP/2.0/UDP %s:%i;branch=%s%s", | ^~ 594 | myaddr, configuration.sip_listen_port, 595 | branch_id, | ~~~~~~~~~ In file included from /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_port.h:23, from /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_headers.h:23, from /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_message.h:24, from /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/osipparser2/osip_parser.h:23, from sip_utils.c:38: /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output 23 or more bytes (assuming 156) into a destination of size 128 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c sip_layer.c sip_layer.c:24:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 24 | static char const ident[]="$Id: sip_layer.c 458 2010-03-29 17:41:39Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c log.c log.c:43:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 43 | static char const ident[]="$Id: log.c 587 2020-07-26 09:40:23Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c readconf.c readconf.c:35:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 35 | static char const ident[]="$Id: readconf.c 559 2017-02-27 22:04:56Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c rtpproxy.c rtpproxy.c:33:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 33 | static char const ident[]="$Id: rtpproxy.c 583 2019-11-09 17:41:08Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c rtpproxy_relay.c rtpproxy_relay.c: In function 'rtp_relay_init': rtpproxy_relay.c:152:24: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 152 | if (uid != euid) seteuid(0); | ^~~~~~~~~~ rtpproxy_relay.c:179:25: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 179 | if (uid != euid) seteuid(euid); | ^~~~~~~~~~~~~ rtpproxy_relay.c: In function 'rtp_relay_start_fwd': rtpproxy_relay.c:728:24: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 728 | if (uid != euid) seteuid(0); | ^~~~~~~~~~ rtpproxy_relay.c:748:24: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 748 | if (uid != euid) seteuid(euid); | ^~~~~~~~~~~~~ At top level: rtpproxy_relay.c:49:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 49 | static char const ident[]="$Id: rtpproxy_relay.c 583 2019-11-09 17:41:08Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c accessctl.c accessctl.c:34:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 34 | static char const ident[]="$Id: accessctl.c 586 2020-07-26 09:23:21Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c route_processing.c route_processing.c:38:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 38 | static char const ident[]="$Id: route_processing.c 524 2015-09-19 12:56:27Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c security.c security.c:36:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 36 | static char const ident[]="$Id: security.c 574 2017-09-27 19:21:11Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c auth.c auth.c:337:21: warning: argument 1 of type 'unsigned char[16]' with mismatched bound [-Warray-parameter=] 337 | IN HASH Bin, | ~~~~~^~~ In file included from auth.c:37: siproxd.h:254:28: note: previously declared as 'unsigned char *' 254 | void CvtHex(unsigned char *hash, unsigned char *hashstring); | ~~~~~~~~~~~~~~~^~~~ auth.c:338:25: warning: argument 2 of type 'unsigned char[33]' with mismatched bound [-Warray-parameter=] 338 | OUT HASHHEX Hex | ~~~~~~~~^~~ In file included from auth.c:37: siproxd.h:254:49: note: previously declared as 'unsigned char *' 254 | void CvtHex(unsigned char *hash, unsigned char *hashstring); | ~~~~~~~~~~~~~~~^~~~~~~~~~ auth.c:40:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 40 | static char const ident[]="$Id: auth.c 392 2008-07-22 11:17:49Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c fwapi.c fwapi.c:28:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 28 | static char const ident[]="$Id: fwapi.c 369 2008-01-19 16:07:14Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c resolve.c resolve.c:40:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 40 | static char const ident[]="$Id: resolve.c 581 2019-05-10 14:52:31Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c dejitter.c dejitter.c:43:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 43 | static char const ident[]="$Id: dejitter.c 583 2019-11-09 17:41:08Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c plugins.c plugins.c:38:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 38 | static char const ident[]="$Id: plugins.c 567 2017-05-28 13:21:53Z hb9xar $"; | ^~~~~ /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -c redirect_cache.c redirect_cache.c:38:19: warning: 'ident' defined but not used [-Wunused-const-variable=] 38 | static char const ident[]="$Id: redirect_cache.c 522 2015-09-15 21:47:53Z hb9xar $"; | ^~~~~ /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR="\"`cat .buildno`\"" -DBUILDDATE="\"`date -u '+%Y-%m-%dT%H:%M:%S'`\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -export-dynamic -o siproxd siproxd.o proxy.o register.o sock.o utils.o sip_utils.o sip_layer.o log.o readconf.o rtpproxy.o rtpproxy_relay.o accessctl.o route_processing.o security.o auth.o fwapi.o resolve.o dejitter.o plugins.o redirect_cache.o -lltdl -lresolv -losipparser2 -losip2 libtool: link: /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_GNU_SOURCE -Werror-implicit-function-declaration -DBUILDSTR=\"3452\" -DBUILDDATE=\"2022-11-21T05:57:28\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_POSIX_THREAD_SAFE_FUNCTIONS -o siproxd siproxd.o proxy.o register.o sock.o utils.o sip_utils.o sip_layer.o log.o readconf.o rtpproxy.o rtpproxy_relay.o accessctl.o route_processing.o security.o auth.o fwapi.o resolve.o dejitter.o plugins.o redirect_cache.o -Wl,--export-dynamic -lltdl -lresolv -losipparser2 -losip2 incrementing BUILD number make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/src' Making all in doc make[3]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/doc' make[4]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/doc' mkdir -p html mkdir -p pdf make[4]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/doc' make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/doc' Making all in scripts make[3]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/scripts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/scripts' Making all in contrib make[3]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/contrib' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/contrib' make[3]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3' make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3' make[2]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3' make[1]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3' >>> siproxd 0.8.3 Installing to target PATH="/tmp/instance-11/output-1/host/bin:/tmp/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-11/output-1/target install -C /tmp/instance-11/output-1/build/siproxd-0.8.3/ make[1]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3' Making install in libltdl make[2]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/libltdl' /home/autobuild/make/make install-am make[3]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/libltdl' make[4]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/libltdl' make[4]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/libltdl' make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/libltdl' make[2]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/libltdl' Making install in src make[2]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/src' incrementing BUILD number make[3]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/src' /usr/bin/mkdir -p '/tmp/instance-11/output-1/target/usr/lib/siproxd' /bin/bash ../libtool --mode=install /usr/bin/install -c plugin_demo.la plugin_shortdial.la plugin_logcall.la plugin_defaulttarget.la plugin_fix_bogus_via.la plugin_fix_DTAG.la plugin_stun.la plugin_prefix.la plugin_regex.la plugin_codecfilter.la plugin_stripheader.la plugin_siptrunk.la plugin_fix_fbox_anoncall.la plugin_stats.la plugin_blacklist.la '/tmp/instance-11/output-1/target/usr/lib/siproxd' libtool: install: /usr/bin/install -c .libs/plugin_demo.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_demo.so libtool: install: /usr/bin/install -c .libs/plugin_demo.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_demo.la libtool: install: /usr/bin/install -c .libs/plugin_shortdial.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_shortdial.so libtool: install: /usr/bin/install -c .libs/plugin_shortdial.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_shortdial.la libtool: install: /usr/bin/install -c .libs/plugin_logcall.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_logcall.so libtool: install: /usr/bin/install -c .libs/plugin_logcall.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_logcall.la libtool: install: /usr/bin/install -c .libs/plugin_defaulttarget.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_defaulttarget.so libtool: install: /usr/bin/install -c .libs/plugin_defaulttarget.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_defaulttarget.la libtool: install: /usr/bin/install -c .libs/plugin_fix_bogus_via.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_fix_bogus_via.so libtool: install: /usr/bin/install -c .libs/plugin_fix_bogus_via.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_fix_bogus_via.la libtool: install: /usr/bin/install -c .libs/plugin_fix_DTAG.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_fix_DTAG.so libtool: install: /usr/bin/install -c .libs/plugin_fix_DTAG.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_fix_DTAG.la libtool: install: /usr/bin/install -c .libs/plugin_stun.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_stun.so libtool: install: /usr/bin/install -c .libs/plugin_stun.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_stun.la libtool: install: /usr/bin/install -c .libs/plugin_prefix.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_prefix.so libtool: install: /usr/bin/install -c .libs/plugin_prefix.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_prefix.la libtool: install: /usr/bin/install -c .libs/plugin_regex.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_regex.so libtool: install: /usr/bin/install -c .libs/plugin_regex.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_regex.la libtool: install: /usr/bin/install -c .libs/plugin_codecfilter.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_codecfilter.so libtool: install: /usr/bin/install -c .libs/plugin_codecfilter.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_codecfilter.la libtool: install: /usr/bin/install -c .libs/plugin_stripheader.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_stripheader.so libtool: install: /usr/bin/install -c .libs/plugin_stripheader.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_stripheader.la libtool: install: /usr/bin/install -c .libs/plugin_siptrunk.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_siptrunk.so libtool: install: /usr/bin/install -c .libs/plugin_siptrunk.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_siptrunk.la libtool: install: /usr/bin/install -c .libs/plugin_fix_fbox_anoncall.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_fix_fbox_anoncall.so libtool: install: /usr/bin/install -c .libs/plugin_fix_fbox_anoncall.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_fix_fbox_anoncall.la libtool: install: /usr/bin/install -c .libs/plugin_stats.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_stats.so libtool: install: /usr/bin/install -c .libs/plugin_stats.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_stats.la libtool: install: /usr/bin/install -c .libs/plugin_blacklist.so /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_blacklist.so libtool: install: /usr/bin/install -c .libs/plugin_blacklist.lai /tmp/instance-11/output-1/target/usr/lib/siproxd/plugin_blacklist.la libtool: install: warning: remember to run `libtool --finish /usr/lib/siproxd' /usr/bin/mkdir -p '/tmp/instance-11/output-1/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c siproxd '/tmp/instance-11/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c siproxd /tmp/instance-11/output-1/target/usr/sbin/siproxd make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/src' make[2]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/src' Making install in doc make[2]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/doc' make[3]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/doc' mkdir -p html mkdir -p pdf make[4]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/doc' make[4]: Nothing to be done for 'install-exec-am'. /bin/bash /tmp/instance-11/output-1/build/siproxd-0.8.3/scripts/install-sh -d /tmp/instance-11/output-1/target/etc /usr/bin/install -c -m 644 ./siproxd.conf.example /tmp/instance-11/output-1/target/etc/ /usr/bin/install -c -m 644 ./siproxd_passwd.cfg /tmp/instance-11/output-1/target/etc/ chmod 600 /tmp/instance-11/output-1/target/etc/siproxd_passwd.cfg /bin/bash /tmp/instance-11/output-1/build/siproxd-0.8.3/scripts/install-sh -d /tmp/instance-11/output-1/target/usr/share/doc/siproxd make[4]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/doc' make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/doc' make[2]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/doc' Making install in scripts make[2]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/scripts' make[3]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/scripts' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/scripts' make[2]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/scripts' Making install in contrib make[2]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/contrib' make[3]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/contrib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/contrib' make[2]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3/contrib' make[2]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3' make[3]: Entering directory '/tmp/instance-11/output-1/build/siproxd-0.8.3' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3' make[2]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3' make[1]: Leaving directory '/tmp/instance-11/output-1/build/siproxd-0.8.3' >>> zerofree 1.1.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-11/output-1/build/.zerofree-1.1.1.tgz.0LPfl2/output' 'https://frippery.org/uml/zerofree-1.1.1.tgz' --2022-11-20 22:57:34-- https://frippery.org/uml/zerofree-1.1.1.tgz Resolving frippery.org (frippery.org)... 93.93.131.127, 2a00:1098:0:86:1000::10 Connecting to frippery.org (frippery.org)|93.93.131.127|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 8710 (8.5K) [application/x-gzip] Saving to: '/tmp/instance-11/output-1/build/.zerofree-1.1.1.tgz.0LPfl2/output' 0K ........ 100% 113M=0s 2022-11-20 22:57:35 (113 MB/s) - '/tmp/instance-11/output-1/build/.zerofree-1.1.1.tgz.0LPfl2/output' saved [8710/8710] zerofree-1.1.1.tgz: OK (sha256: 956bc861b55ba0a2b7593c58d32339dab1a0e7da6ea2b813d27c80f08b723867) >>> zerofree 1.1.1 Extracting gzip -d -c /tmp/instance-11/dl/zerofree/zerofree-1.1.1.tgz | tar --strip-components=1 -C /tmp/instance-11/output-1/build/zerofree-1.1.1 -xf - >>> zerofree 1.1.1 Patching >>> zerofree 1.1.1 Configuring >>> zerofree 1.1.1 Building /home/autobuild/make/make -j1 PATH="/tmp/instance-11/output-1/host/bin:/tmp/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-11/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-11/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-11/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-11/output-1/host/lib -Wl,-rpath,/tmp/instance-11/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/tmp/instance-11/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 " -C /tmp/instance-11/output-1/build/zerofree-1.1.1 make[1]: Entering directory '/tmp/instance-11/output-1/build/zerofree-1.1.1' /tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -o zerofree zerofree.c -lext2fs make[1]: Leaving directory '/tmp/instance-11/output-1/build/zerofree-1.1.1' >>> zerofree 1.1.1 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-11/output-1/build/zerofree-1.1.1/zerofree /tmp/instance-11/output-1/target/usr/bin/zerofree >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-11/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-11/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-11/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-11/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-11/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-11/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-11/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-11/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-11/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-11/output-1/target/etc/shells rm -f -r /tmp/instance-11/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /tmp/instance-11/output-1/target/etc/conf.d/agetty.console ln -sf agetty /tmp/instance-11/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /tmp/instance-11/output-1/target/etc/runlevels/default/agetty.console mkdir -p /tmp/instance-11/output-1/target/etc echo "buildroot" > /tmp/instance-11/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-11/output-1/target/etc/hosts mkdir -p /tmp/instance-11/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-11/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-11/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-11/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-11/output-1/target/etc/shells ln -sf dash /tmp/instance-11/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-11/output-1/target/etc/passwd rm -rf /tmp/instance-11/output-1/target/usr/include /tmp/instance-11/output-1/target/usr/share/aclocal \ /tmp/instance-11/output-1/target/usr/lib/pkgconfig /tmp/instance-11/output-1/target/usr/share/pkgconfig \ /tmp/instance-11/output-1/target/usr/lib/cmake /tmp/instance-11/output-1/target/usr/share/cmake \ /tmp/instance-11/output-1/target/usr/lib/rpm /tmp/instance-11/output-1/target/usr/doc find /tmp/instance-11/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-11/output-1/target/lib/ /tmp/instance-11/output-1/target/usr/lib/ /tmp/instance-11/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-11/output-1/target/usr/share/gdb rm -rf /tmp/instance-11/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-11/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-11/output-1/target/usr/share/zsh rm -rf /tmp/instance-11/output-1/target/usr/man /tmp/instance-11/output-1/target/usr/share/man rm -rf /tmp/instance-11/output-1/target/usr/info /tmp/instance-11/output-1/target/usr/share/info rm -rf /tmp/instance-11/output-1/target/usr/doc /tmp/instance-11/output-1/target/usr/share/doc rm -rf /tmp/instance-11/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-11/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-11/output-1/target/lib/debug /tmp/instance-11/output-1/target/usr/lib/debug find /tmp/instance-11/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-11/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-11/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-11/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-11/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc2-16-g81a02457b0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc2\"" \ ) > /tmp/instance-11/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-11/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-11/output-1/per-package /tmp/instance-11/buildroot/support/scripts/fix-rpath target touch /tmp/instance-11/output-1/target/usr ln -snf /tmp/instance-11/output-1/host/s390x-buildroot-linux-gnu/sysroot /tmp/instance-11/output-1/staging make: Leaving directory '/tmp/instance-11/buildroot' make: Entering directory '/tmp/instance-11/buildroot' >>> Buildroot 2022.11-rc2-16-g81a02457b0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> open62541 v1.3.3 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-11/output-1/legal-info make: Leaving directory '/tmp/instance-11/buildroot'