checking for sys/param.h... yes checking for sys/socket.h... (cached) yes checking for sys/sockio.h... no checking for ifaddrs.h... yes checking for sys/time.h... (cached) yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for glob.h... yes checking for sched.h... yes checking for utmp.h... yes checking for utmpx.h... yes checking for linux/rtc.h... yes checking for sys/timex.h... yes checking for endian.h... yes checking for machine/endian.h... no checking for sys/isa_defs.h... no checking for math.h... yes checking for sys/cpuset.h... no checking for net/if.h... yes checking for net/if_arp.h... yes checking for netinet/if_ether.h... yes checking for net/if_ether.h... no checking for an ANSI C-conforming const... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for working volatile... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for size_t... yes checking for ssize_t... yes checking for int64_t... yes checking for struct timex.tick... yes checking for struct timex.tai... yes checking for struct ntptimeval.tai... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ether_addr.octet... no checking how to run the C preprocessor... /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-cpp checking whether /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc needs -traditional... no checking for GNU libc compatible malloc... (cached) yes checking for working memcmp... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for strftime... yes checking for vprintf... yes checking for clock_gettime... yes checking for dup2... yes checking for ftruncate... yes checking for gethostbyname2... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for pow... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for glob... yes checking for pututline... yes checking for utmpxname... yes checking for updwtmpx... yes checking for setutent... yes checking for endutent... yes checking for signal... yes checking for ntp_gettime... yes configure: ************************************************************ configure: * PTPD BUILD FLAG AND LIBRARY DEPENDENCY CHECKS START HERE * configure: ************************************************************ checking for /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether MSG_ERRQUEUE is declared... yes checking whether POSIX_TIMERS_SUPPORTED is declared... yes checking if we want to build POSIX timer support... yes checking for pcap-config... /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/pcap-config checking if we want to build with libpcap support... yes, pcap-config checking for pcap/pcap.h... yes checking for pcap.h... yes checking if we can build with libpcap support... yes checking for net-snmp-config... no checking if we want to try building SNMP support... no checking for RUNTIME_DEBUG... no checking for (old-style) debug message level... no checking for maximum unicast destination table size... 128 checking for daemon mode... yes checking for experimental options... no checking for realtime statistics support... yes checking if we want to enable SO_TIMESTAMPING support on Linux if available... yes checking if we're building a slave-only build... no configure: ************************************************************ configure: * END OF PTPD BUILD FLAG AND LIBRARY DEPENDENCY CHECKS * configure: ************************************************************ checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/ptpd2.8 config.status: creating src/ptpd2.conf.5 config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> ptpd2 2.3.1 Building PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' /home/autobuild/make/make all-recursive make[2]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' Making all in src make[3]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1/src' /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o arith.o arith.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o bmc.o bmc.c bmc.c: In function 'bmcStateDecision': bmc.c:631:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 631 | if (ptpClock->portState == PTP_SLAVE) | ^~ bmc.c:633:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 633 | if(rtOpts->calibrationDelay) { | ^~ /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/ipv4_acl.o dep/ipv4_acl.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/msg.o dep/msg.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/net.o dep/net.c dep/net.c:1912:22: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 1912 | const const RunTimeOpts *rtOpts, Integer32 destinationAddress) | ^~~~~ In file included from /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/string.h:548, from dep/../ptpd.h:46, from dep/net.c:57: In function 'memcpy', inlined from 'netInit' at dep/net.c:998:3: /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' offset 8 is out of the bounds [0, 4] of object 'addr' with type 'uint32_t' {aka 'unsigned int'} [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c: In function 'netInit': dep/net.c:996:26: note: 'addr' declared here 996 | uint32_t addr = ((struct sockaddr_in*)&(netPath->interfaceInfo.afAddress))->sin_addr.s_addr; | ^~~~ /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/eventtimer.o dep/eventtimer.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o ptp_timers.o ptp_timers.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/servo.o dep/servo.c dep/servo.c:950:36: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 950 | setupPIservo(PIservo* servo, const const RunTimeOpts* rtOpts) | ^~~~~ /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/iniparser/dictionary.o dep/iniparser/dictionary.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/iniparser/iniparser.o dep/iniparser/iniparser.c dep/iniparser/iniparser.c: In function 'iniparser_load': dep/iniparser/iniparser.c:708:43: warning: '%s' directive output may be truncated writing up to 1 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 708 | snprintf(tmp, ASCIILINESZ, "%s%s%s", section, strlen(section)==0?"":":", key); | ^~ In file included from /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/stdio.h:964, from dep/iniparser/iniparser.h:17, from dep/iniparser/iniparser.c:11: In function 'snprintf', inlined from 'iniparser_load' at dep/iniparser/iniparser.c:708:13: /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 1 and 2050 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/daemonconfig.o dep/daemonconfig.c dep/daemonconfig.c: In function 'parseConfig': dep/daemonconfig.c:2538:37: warning: '%s' directive output may be truncated writing 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 2538 | "%s/%s", rtOpts->lockDirectory, DEFAULT_LOCKFILE_NAME); | ^~ In file included from /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/stdio.h:964, from dep/../ptpd.h:45, from dep/daemonconfig.c:40: In function 'snprintf', inlined from 'parseConfig' at dep/daemonconfig.c:2537:4: /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 12 and 4107 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/daemonconfig.c: In function 'parseConfig': dep/daemonconfig.c:2526:21: warning: '/ptpd2_' directive output may be truncated writing 7 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ^~~~~ dep/daemonconfig.c:2526:24: note: format string is defined here 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ^~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'parseConfig' at dep/daemonconfig.c:2525:6: /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output 20 or more bytes (assuming 4120) into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/startup.o dep/startup.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/sys.o dep/sys.c dep/sys.c: In function 'writeStatusFile': dep/sys.c:996:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 996 | if(ptpClock->portState == PTP_MASTER) | ^~ dep/sys.c:998:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 998 | fprintf(out,"\n"); | ^~~~~~~ dep/sys.c: In function 'restoreDrift': dep/sys.c:2086:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 2086 | else | ^~~~ dep/sys.c:2090:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 2090 | break; | ^~~~~ dep/sys.c: In function 'maintainLogSize': dep/sys.c:547:62: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~ dep/sys.c:547:58: note: directive argument in the range [1, 2147483647] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~~~~~~ In file included from /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/stdio.h:964, from dep/../ptpd.h:45, from dep/sys.c:54: In function 'snprintf', inlined from 'maintainLogSize' at dep/sys.c:547:5: /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 4107 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'maintainLogSize': dep/sys.c:559:54: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~ dep/sys.c:559:50: note: directive argument in the range [-2147483647, 2147483647] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~~~~~~ In function 'snprintf', inlined from 'maintainLogSize' at dep/sys.c:559:4: /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 4108 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'checkOtherLocks': dep/sys.c:1611:46: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1611 | snprintf(searchPattern, PATH_MAX,"%s/%s_*_%s.lock", | ^~ In function 'snprintf', inlined from 'checkOtherLocks' at dep/sys.c:1611:2: /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output 15 or more bytes (assuming 4110) into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'checkOtherLocks': dep/sys.c:1657:50: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1657 | snprintf(searchPattern, PATH_MAX,"%s/%s_%s_*.lock", | ^~ In function 'snprintf', inlined from 'checkOtherLocks' at dep/sys.c:1657:6: /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 26 and 4121 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o display.o display.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o management.o management.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o signaling.o signaling.c signaling.c:867:63: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 867 | void cancelUnicastTransmission(UnicastGrantData* grant, const const RunTimeOpts* rtOpts, PtpClock* ptpClock) | ^~~~~ signaling.c:886:74: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 886 | void issueSignaling(MsgSignaling *outgoing, Integer32 destination, const const RunTimeOpts *rtOpts, | ^~~~~ /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o protocol.o protocol.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntp_isc_md5.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/ntpengine/ntpdcontrol.o dep/ntpengine/ntpdcontrol.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o timingdomain.o timingdomain.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o ptpd.o ptpd.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/statistics.o dep/statistics.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/outlierfilter.o dep/outlierfilter.c /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -c -o dep/eventtimer_posix.o dep/eventtimer_posix.c /bin/sh ../libtool --tag=CC --mode=link /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -L/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lpcap -o ptpd2 arith.o bmc.o dep/ipv4_acl.o dep/msg.o dep/net.o dep/eventtimer.o ptp_timers.o dep/servo.o dep/iniparser/dictionary.o dep/iniparser/iniparser.o dep/daemonconfig.o dep/startup.o dep/sys.o display.o management.o signaling.o protocol.o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntpdcontrol.o timingdomain.o ptpd.o dep/statistics.o dep/outlierfilter.o dep/eventtimer_posix.o -lrt -lm libtool: link: /home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -o ptpd2 arith.o bmc.o dep/ipv4_acl.o dep/msg.o dep/net.o dep/eventtimer.o ptp_timers.o dep/servo.o dep/iniparser/dictionary.o dep/iniparser/iniparser.o dep/daemonconfig.o dep/startup.o dep/sys.o display.o management.o signaling.o protocol.o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntpdcontrol.o timingdomain.o ptpd.o dep/statistics.o dep/outlierfilter.o dep/eventtimer_posix.o -L/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lpcap -lrt -lm make[3]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' >>> ptpd2 2.3.1 Installing to target PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/make/make -j1 DESTDIR=/home/autobuild/autobuild/instance-10/output-1/target install -C /home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' /home/autobuild/make/make install-recursive make[2]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' Making install in src make[3]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1/src' make[4]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1/src' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-10/output-1/target/usr/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c ptpd2 '/home/autobuild/autobuild/instance-10/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c ptpd2 /home/autobuild/autobuild/instance-10/output-1/target/usr/sbin/ptpd2 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-10/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 ptpd2.conf.5 '/home/autobuild/autobuild/instance-10/output-1/target/usr/share/man/man5' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-10/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 ptpd2.8 '/home/autobuild/autobuild/instance-10/output-1/target/usr/share/man/man8' make[4]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1/src' make[3]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' make[4]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-10/output-1/target/usr/share/ptpd' /usr/bin/install -c -m 644 src/leap-seconds.list.28dec2015 src/ptpd2.conf.minimal src/ptpd2.conf.default-full doc/PTPBASE-MIB.txt '/home/autobuild/autobuild/instance-10/output-1/target/usr/share/ptpd' make[4]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/ptpd2-2.3.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-10/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-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', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%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@%/home/autobuild/autobuild/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-10/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-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', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-10/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-10/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-10/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-10/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-10/output-1/target/etc/passwd rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/include /home/autobuild/autobuild/instance-10/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-10/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-10/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-10/output-1/target/usr/doc find /home/autobuild/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-10/output-1/target/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-10/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/man /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/info /home/autobuild/autobuild/instance-10/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/doc /home/autobuild/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-10/output-1/target/lib/debug /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-10/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 /home/autobuild/autobuild/instance-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-10/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-10/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 /home/autobuild/autobuild/instance-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-651-g61b72fb9d4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-10/output-1/per-package \ /home/autobuild/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-10/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-10/output-1/host/sh4eb-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-10/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-10/buildroot' >>> Buildroot 2023.08-651-g61b72fb9d4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-13-g92201f16cbcfd9eafe314ef6654be2ea7ba25675 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.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.5.5 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-depot-tools 4e87f5bfe244e903f712408ea68dc3c3a6fe2d00 Collecting legal info LICENSE: OK (sha256: 984523ee987f4e8b72d61df37d8f1189a7077cd4b77e41a397e35593b297a29d) >>> host-python-httplib2 0.21.0 Collecting legal info LICENSE: OK (sha256: 589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> 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 2023.02.20 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-openssl Collecting legal info >>> host-libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-pyparsing 3.1.0 Collecting legal info LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) WARNING: the Buildroot source code has not been saved Legal info produced in /home/autobuild/autobuild/instance-10/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'