| ^~ dep/daemonconfig.c:2537:4: note: 'snprintf' output between 12 and 4107 bytes into a destination of size 4096 2537 | snprintf(rtOpts->lockFile, PATH_MAX, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2538 | "%s/%s", rtOpts->lockDirectory, DEFAULT_LOCKFILE_NAME); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2526:7: 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:10: note: format string is defined here 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ^~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2525:6: note: 'snprintf' output 20 or more bytes (assuming 4120) into a destination of size 4096 2525 | snprintf(rtOpts->lockFile, PATH_MAX, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2527 | rtOpts->lockDirectory, | ~~~~~~~~~~~~~~~~~~~~~~ 2528 | (rtOpts->clockQuality.clockClass<128 && !rtOpts->slaveOnly) ? "master" : DEFAULT_CLOCKDRIVER, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2529 | rtOpts->ifaceName); | ~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c: In function 'loadCommandLineKeys': dep/daemonconfig.c:2625:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 2625 | strncpy(val,argv[i+1],PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c: In function 'loadCommandLineOptions': dep/daemonconfig.c:2836:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 2836 | strncpy(rtOpts->configFile, optarg, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o dep/startup.o dep/startup.c /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o dep/sys.o dep/sys.c dep/sys.c: In function 'writeStatusFile': dep/sys.c:996:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 996 | if(ptpClock->portState == PTP_MASTER) | ^~ dep/sys.c:998:6: 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 'ether_ntohost_cache': dep/sys.c:266:2: warning: 'strncpy' output may be truncated copying 100 bytes from a string of length 999 [-Wstringop-truncation] 266 | strncpy(hostname, buf, 100); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'maintainLogSize.part.0': dep/sys.c:547:34: 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:30: note: directive argument in the range [1, 2147483647] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~~~~~~ dep/sys.c:547:5: note: 'snprintf' output between 3 and 4107 bytes into a destination of size 4096 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c:559:33: 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:29: note: directive argument in the range [-2147483647, 2147483646] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~~~~~~ dep/sys.c:559:4: note: 'snprintf' output between 3 and 4108 bytes into a destination of size 4096 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'checkOtherLocks': dep/sys.c:1611:39: 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", | ^~ dep/sys.c:1611:2: note: 'snprintf' output 15 or more bytes (assuming 4110) into a destination of size 4096 1611 | snprintf(searchPattern, PATH_MAX,"%s/%s_*_%s.lock", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1612 | rtOpts->lockDirectory, PTPD_PROGNAME,rtOpts->ifaceName); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c:1657:43: 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", | ^~ dep/sys.c:1657:6: note: 'snprintf' output between 26 and 4121 bytes into a destination of size 4096 1657 | snprintf(searchPattern, PATH_MAX,"%s/%s_%s_*.lock", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1658 | rtOpts->lockDirectory,PTPD_PROGNAME,DEFAULT_CLOCKDRIVER); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o display.o display.c /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o management.o management.c /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -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-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o protocol.o protocol.c /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntp_isc_md5.c /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o dep/ntpengine/ntpdcontrol.o dep/ntpengine/ntpdcontrol.c In file included from dep/ntpengine/../../ptpd.h:152, from dep/ntpengine/ntpdcontrol.c:64: dep/ntpengine/ntpdcontrol.c: In function 'NTPDCquery.constprop': dep/ntpengine/../../dep/ntpengine/ntpdcontrol.h:91:39: warning: array subscript -1 is outside array bounds of 'struct req_pkt[1]' [-Warray-bounds] 91 | #define HTONL_FP(h, n) do { (n)->l_ui = htonl((h)->l_ui); \ | ^ dep/ntpengine/ntpdcontrol.c:285:2: note: in expansion of macro 'HTONL_FP' 285 | HTONL_FP(&ts, ptstamp); | ^~~~~~~~ dep/ntpengine/ntpdcontrol.c:247:17: note: while referencing 'qpkt' 247 | struct req_pkt qpkt; | ^~~~ In file included from dep/ntpengine/../../ptpd.h:152, from dep/ntpengine/ntpdcontrol.c:64: dep/ntpengine/../../dep/ntpengine/ntpdcontrol.h:92:17: warning: array subscript -1 is outside array bounds of 'struct req_pkt[1]' [-Warray-bounds] 92 | (n)->l_uf = htonl((h)->l_uf); } while (0) | ^ dep/ntpengine/ntpdcontrol.c:285:2: note: in expansion of macro 'HTONL_FP' 285 | HTONL_FP(&ts, ptstamp); | ^~~~~~~~ dep/ntpengine/ntpdcontrol.c:247:17: note: while referencing 'qpkt' 247 | struct req_pkt qpkt; | ^~~~ /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o timingdomain.o timingdomain.c /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o ptpd.o ptpd.c /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o dep/statistics.o dep/statistics.c dep/statistics.c: In function 'createIntMovingStatFilter': dep/statistics.c:496:2: warning: 'strncpy' specified bound 10 equals destination size [-Wstringop-truncation] 496 | strncpy(container->identifier, id, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/statistics.c: In function 'createDoubleMovingStatFilter': dep/statistics.c:655:2: warning: 'strncpy' specified bound 10 equals destination size [-Wstringop-truncation] 655 | strncpy(container->identifier, id, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o dep/outlierfilter.o dep/outlierfilter.c dep/outlierfilter.c: In function 'outlierFilterInit': dep/outlierfilter.c:85:17: warning: 'strncpy' specified bound 10 equals destination size [-Wstringop-truncation] 85 | strncpy(filter->rawStats->identifier, id, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/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 -O3 -g0 -static -c -o dep/eventtimer_posix.o dep/eventtimer_posix.c /bin/sh ../libtool --tag=CC --mode=link /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -L/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -lpcap -static -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-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -static -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-8/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -lpcap -lrt -lm make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' >>> ptpd2 2.3.1 Installing to target PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/output-1/target install -C /home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' /home/autobuild/make/make install-recursive make[2]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' Making install in src make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1/src' make[4]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1/src' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-8/output-1/target/usr/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c ptpd2 '/home/autobuild/autobuild/instance-8/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c ptpd2 /home/autobuild/autobuild/instance-8/output-1/target/usr/sbin/ptpd2 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-8/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 ptpd2.conf.5 '/home/autobuild/autobuild/instance-8/output-1/target/usr/share/man/man5' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-8/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 ptpd2.8 '/home/autobuild/autobuild/instance-8/output-1/target/usr/share/man/man8' make[4]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1/src' make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' make[4]: Entering directory '/home/autobuild/autobuild/instance-8/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-8/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-8/output-1/target/usr/share/ptpd' make[4]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/ptpd2-2.3.1' >>> stress 1.0.5 Downloading wget --passive-ftp -nd -t 3 -O '/home/autobuild/autobuild/instance-8/output-1/build/.stress-1.0.5.tar.gz.Sc0LAj/output' 'https://github.com/resurrecting-open-source-projects/stress/archive/1.0.5/stress-1.0.5.tar.gz' --2023-08-03 23:19:19-- https://github.com/resurrecting-open-source-projects/stress/archive/1.0.5/stress-1.0.5.tar.gz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving github.com (github.com)... 140.82.113.4 Connecting to github.com (github.com)|140.82.113.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/resurrecting-open-source-projects/stress/tar.gz/refs/tags/1.0.5 [following] --2023-08-03 23:19:19-- https://codeload.github.com/resurrecting-open-source-projects/stress/tar.gz/refs/tags/1.0.5 Resolving codeload.github.com (codeload.github.com)... 140.82.114.9 Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/autobuild/autobuild/instance-8/output-1/build/.stress-1.0.5.tar.gz.Sc0LAj/output' 0K .......... .......... .......... .......... .......... 561K 50K .......... .......... .......... .......... .......... 1.09M 100K ... 87.7M=0.1s 2023-08-03 23:19:20 (770 KB/s) - '/home/autobuild/autobuild/instance-8/output-1/build/.stress-1.0.5.tar.gz.Sc0LAj/output' saved [105766] stress-1.0.5.tar.gz: OK (sha256: 1798e49ca365d928fb194ba1b8e8d1e09963b49e9edb0a78bcbba15750bb5027) >>> stress 1.0.5 Extracting gzip -d -c /home/autobuild/autobuild/instance-8/dl/stress/stress-1.0.5.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5 -xf - >>> stress 1.0.5 Patching >>> stress 1.0.5 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5 -name $file); do cp support/gnuconfig/$file $i; done; done >>> stress 1.0.5 Configuring >>> stress 1.0.5 Autoreconfiguring configure.ac:8: installing './compile' configure.ac:17: installing './config.guess' configure.ac:17: installing './config.sub' configure.ac:5: installing './install-sh' configure.ac:5: installing './missing' Makefile.am: installing './INSTALL' src/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' >>> stress 1.0.5 Patching libtool (cd /home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/ && rm -rf config.cache && PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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" AR="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar" AS="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-as" LD="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-ld" NM="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-nm" CC="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc" GCC="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc" CPP="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-cpp" CXX="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-g++" FC="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran" F77="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran" RANLIB="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-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/home/autobuild/autobuild/instance-8/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-8/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-8/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-8/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-8/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-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 -O3 -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -O3 -g0 -static" FFLAGS=" -O3 -g0 -static" PKG_CONFIG="/home/autobuild/autobuild/instance-8/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=arceb-buildroot-linux-uclibc --host=arceb-buildroot-linux-uclibc --build=aarch64-unknown-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --disable-shared MAKEINFO=: ) 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, --disable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arceb-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for arceb-buildroot-linux-uclibc-gcc... /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc accepts -g... yes checking for /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc... none checking whether make sets $(MAKE)... (cached) yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for vfork.h... no checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for pid_t... yes checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking build system type... aarch64-unknown-linux-gnu checking host system type... arceb-buildroot-linux-uclibc checking for GNU libc compatible malloc... (cached) yes checking for alarm... yes checking for sqrt... yes checking for strerror... yes 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 test/Makefile config.status: creating config.h config.status: executing depfiles 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, --disable-shared >>> stress 1.0.5 Building PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/output-1/build/stress-1.0.5/ make[1]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' /home/autobuild/make/make all-recursive make[2]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' Making all in src make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/src' /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -c -o stress.o stress.c /home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -static -static -o stress stress.o -lm make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/src' Making all in test make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/test' make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' make[2]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' >>> stress 1.0.5 Installing to target PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/output-1/target install -C /home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/ make[1]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' Making install in src make[2]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/src' make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/src' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-8/output-1/target/usr/bin' /usr/bin/install -c stress '/home/autobuild/autobuild/instance-8/output-1/target/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/src' make[2]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/src' Making install in test make[2]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/test' make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/test' make[2]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5/test' make[2]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' make[3]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-8/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/stress.1 '/home/autobuild/autobuild/instance-8/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' make[2]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/stress-1.0.5' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-8/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x_rel31%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-8/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x_rel31%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-8/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-8/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-8/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-8/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-8/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-8/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-8/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/include /home/autobuild/autobuild/instance-8/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-8/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-8/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-8/output-1/target/usr/doc find /home/autobuild/autobuild/instance-8/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-8/output-1/target/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-8/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-8/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/man /home/autobuild/autobuild/instance-8/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/info /home/autobuild/autobuild/instance-8/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/doc /home/autobuild/autobuild/instance-8/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-8/output-1/target/lib/debug /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-8/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-8/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-8/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-8/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-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-763-gfdbe83166f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-8/output-1/per-package /home/autobuild/autobuild/instance-8/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-8/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-8/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-8/buildroot' >>> Buildroot 2023.05-763-gfdbe83166f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.43 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 6.4.7 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 >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.2.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> 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.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-python-pypa-build 0.10.0 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-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> mongoose 7.8 Collecting legal info LICENSE: OK (sha256: b41c293820074278291813af9f181918154875c94d744a90bf4eec331be28ac5) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-8/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot'