CC librrdupd_la-rrd_hw_update.lo CC librrdupd_la-rrd_diff.lo CC librrdupd_la-rrd_format.lo CC librrdupd_la-rrd_info.lo CC librrdupd_la-rrd_error.lo CC librrdupd_la-rrd_open.lo CC librrdupd_la-rrd_client.lo CC librrdupd_la-rrd_nan_inf.lo CC librrdupd_la-rrd_rpncalc.lo CC librrdupd_la-rrd_utils.lo CC librrdupd_la-rrd_snprintf.lo CC librrdupd_la-rrd_update.lo CC librrdupd_la-rrd_modify.lo CC librrdupd_la-quicksort.lo CC librrdupd_la-rrd_thread_safe.lo CC rrd_tool.o CC rrdupdate.o CC rrdcached-rrd_daemon.o rrd_tool.c: In function 'main': rrd_tool.c:459:5: warning: "ENABLE_NLS" is not defined, evaluates to 0 [-Wundef] 459 | #if ENABLE_NLS | ^~~~~~~~~~ rrd_tool.c: In function 'HandleInputLine': rrd_tool.c:723:19: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 723 | printf("%ld\n", rrd_last(argc - 1, &argv[1])); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | time_t {aka long long int} | long int | %lld rrd_tool.c:731:19: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 731 | printf("%ld\n", rrd_first(argc - 1, &argv[1])); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | time_t {aka long long int} | long int | %lld rrd_tool.c:753:29: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 753 | printf("%10lu:", ti); | ~~~~^ ~~ | | | | | time_t {aka long long int} | long unsigned int | %10llu rrd_daemon.c: In function 'daemonize': rrd_daemon.c:4230:33: warning: cast between incompatible function types from 'int (*)(const char *, const char *)' to 'gint (*)(const void *, const void *, void *)' {aka 'int (*)(const void *, const void *, void *)'} [-Wcast-function-type] 4230 | cache_tree = g_tree_new_full ((GCompareDataFunc) strcmp, NULL, NULL, | ^ rrd_daemon.c:4231:33: warning: cast between incompatible function types from 'void * (*)(cache_item_t *)' {aka 'void * (*)(struct cache_item_s *)'} to 'void (*)(void *)' [-Wcast-function-type] 4231 | (GDestroyNotify) free_cache_item); | ^ rrd_daemon.c: In function 'read_options': rrd_daemon.c:4793:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 4793 | fprintf(stderr, "%s\n", options.errmsg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rrd_daemon.c:4796:7: note: here 4796 | case 'h': | ^~~~ rrd_lastupdate.c: In function 'rrd_lastupdate': rrd_lastupdate.c:83:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 83 | printf ("%10lu:", last_update); | ~~~~^ ~~~~~~~~~~~ | | | | | time_t {aka long long int} | long unsigned int | %10llu rrd_strtod.c: In function 'rrd_strtod': rrd_strtod.c:113:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 113 | case '-': negative = 1; // Fall through to increment position | ~~~~~~~~~^~~ rrd_strtod.c:114:8: note: here 114 | case '+': p++; | ^~~~ rrd_strtod.c:156:32: warning: this statement may fall through [-Wimplicit-fallthrough=] 156 | case '-': negative = 1; // Fall through to increment pos | ~~~~~~~~~^~~ rrd_strtod.c:157:13: note: here 157 | case '+': p++; | ^~~~ optparse.c: In function 'optparse_long': optparse.c:141:1: warning: inlining failed in call to 'longopts_end': call is unlikely and code size would grow [-Winline] 141 | longopts_end(const struct optparse_long *longopts, int i) | ^~~~~~~~~~~~ optparse.c:150:22: note: called from here 150 | for (int i = 0; !longopts_end(longopts, i); i++, length++) | ^~~~~~~~~~~~~~~~~~~~~~~~~ optparse.c:141:1: warning: inlining failed in call to 'longopts_end': call is unlikely and code size would grow [-Winline] 141 | longopts_end(const struct optparse_long *longopts, int i) | ^~~~~~~~~~~~ optparse.c:159:22: note: called from here 159 | for (int i = 0; !longopts_end(longopts, i); i++) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ optparse.c:141:1: warning: inlining failed in call to 'longopts_end': call is unlikely and code size would grow [-Winline] 141 | longopts_end(const struct optparse_long *longopts, int i) | ^~~~~~~~~~~~ optparse.c:209:30: note: called from here 209 | for (int i = 0; !longopts_end(longopts, i); i++) | ^~~~~~~~~~~~~~~~~~~~~~~~~ optparse.c:141:1: warning: inlining failed in call to 'longopts_end': call is unlikely and code size would grow [-Winline] 141 | longopts_end(const struct optparse_long *longopts, int i) | ^~~~~~~~~~~~ optparse.c:252:22: note: called from here 252 | for (int i = 0; !longopts_end(longopts, i); i++) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ rrd_create.c: In function 'parseRRA': rrd_create.c:511:21: warning: this statement may fall through [-Wimplicit-fallthrough=] 510 | if (*require_version == NULL | ~~~~~~~~~~~~~~~~~~~~~~~~ 511 | || atoi(*require_version) < atoi(RRD_VERSION4)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rrd_create.c:514:13: note: here 514 | case CF_HWPREDICT: | ^~~~ rrd_create.c:522:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 522 | token_min = 3; | ~~~~~~~~~~^~~ rrd_create.c:523:13: note: here 523 | case CF_SEASONAL: | ^~~~ rrd_daemon.c: In function 'handle_request_list': rrd_daemon.c:2546:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 2546 | snprintf(&absolute[0], PATH_MAX, "%s/%s", fullpath, current); | ^~ ~~~~~~~ rrd_daemon.c:2546:5: note: 'snprintf' output between 2 and 8192 bytes into a destination of size 4096 2546 | snprintf(&absolute[0], PATH_MAX, "%s/%s", fullpath, current); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD librrdupd.la CCLD librrd.la CCLD rrdupdate CCLD rrdcached CCLD rrdtool make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' Making all in bindings make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' Making all in tests make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/tests' Making all in etc make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/etc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/etc' make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' make[1]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' >>> rrdtool 1.7.2 Installing to staging directory PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot install -C /tmp/instance-2/output-1/build/rrdtool-1.7.2/ make[1]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' Making install in po make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/po' if test "rrdtool" = "gettext-tools"; then \ /usr/bin/mkdir -p /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/po' Making install in src make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' /usr/bin/mkdir -p '/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib' /usr/bin/mkdir -p '/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include' /usr/bin/mkdir -p '/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/pkgconfig' /bin/bash ../libtool --mode=install /usr/bin/install -c librrd.la '/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib' /usr/bin/install -c -m 644 librrd.pc '/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 rrd.h rrd_format.h rrd_client.h '/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include' libtool: install: /usr/bin/install -c .libs/librrd.lai /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/librrd.la libtool: install: /usr/bin/install -c .libs/librrd.a /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/librrd.a libtool: install: chmod 644 /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/librrd.a libtool: install: /tmp/instance-2/output-1/host/bin/arm-linux-ranlib /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/librrd.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c rrdtool rrdupdate rrdcached '/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/bin' libtool: install: /usr/bin/install -c rrdtool /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/bin/rrdtool libtool: install: /usr/bin/install -c rrdupdate /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/bin/rrdupdate libtool: install: /usr/bin/install -c rrdcached /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/bin/rrdcached /usr/bin/make install-exec-hook make[4]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' (cd /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/bin && ln -s rrdupdate rrdcreate && ln -s rrdupdate rrdinfo) || true make[4]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' Making install in bindings make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[4]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[4]: Nothing to be done for 'install-exec-am'. GEN install-data-local GEN install-data-local GEN install-data-local GEN install-data-local make[4]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' Making install in tests make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/tests' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/tests' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/tests' Making install in etc make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/etc' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/etc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/etc' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/etc' make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' make[1]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' >>> rrdtool 1.7.2 Fixing libtool files for la in $(find /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-2/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-2/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-2/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> rrdtool 1.7.2 Installing to target PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-2/output-1/target install -C /tmp/instance-2/output-1/build/rrdtool-1.7.2/ make[1]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' Making install in po make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/po' if test "rrdtool" = "gettext-tools"; then \ /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /tmp/instance-2/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /tmp/instance-2/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/po' Making install in src make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/include' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/lib' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/lib/pkgconfig' /bin/bash ../libtool --mode=install /usr/bin/install -c librrd.la '/tmp/instance-2/output-1/target/usr/lib' /usr/bin/install -c -m 644 rrd.h rrd_format.h rrd_client.h '/tmp/instance-2/output-1/target/usr/include' /usr/bin/install -c -m 644 librrd.pc '/tmp/instance-2/output-1/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/librrd.lai /tmp/instance-2/output-1/target/usr/lib/librrd.la libtool: install: /usr/bin/install -c .libs/librrd.a /tmp/instance-2/output-1/target/usr/lib/librrd.a libtool: install: chmod 644 /tmp/instance-2/output-1/target/usr/lib/librrd.a libtool: install: /tmp/instance-2/output-1/host/bin/arm-linux-ranlib /tmp/instance-2/output-1/target/usr/lib/librrd.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c rrdtool rrdupdate rrdcached '/tmp/instance-2/output-1/target/usr/bin' libtool: install: /usr/bin/install -c rrdtool /tmp/instance-2/output-1/target/usr/bin/rrdtool libtool: install: /usr/bin/install -c rrdupdate /tmp/instance-2/output-1/target/usr/bin/rrdupdate libtool: install: /usr/bin/install -c rrdcached /tmp/instance-2/output-1/target/usr/bin/rrdcached /usr/bin/make install-exec-hook make[4]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' (cd /tmp/instance-2/output-1/target/usr/bin && ln -s rrdupdate rrdcreate && ln -s rrdupdate rrdinfo) || true make[4]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/src' Making install in bindings make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[4]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[4]: Nothing to be done for 'install-exec-am'. GEN install-data-local GEN install-data-local GEN install-data-local GEN install-data-local make[4]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/bindings' Making install in tests make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/tests' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/tests' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/tests' Making install in etc make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/etc' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/etc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/etc' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2/etc' make[2]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' make[3]: Entering directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' make[2]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' make[1]: Leaving directory '/tmp/instance-2/output-1/build/rrdtool-1.7.2' sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f.tar.gz: OK (sha256: ef26ed05882d5286a64a37c4044f99b877cc54f58a46f0e37ca60c93398df910) >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Extracting gzip -d -c /tmp/instance-2/dl/sunwait/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f.tar.gz | tar --strip-components=1 -C /tmp/instance-2/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f -xf - >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Patching >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Configuring >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Building /usr/bin/make -j96 PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-2/output-1/host/bin/arm-linux-ar" AS="/tmp/instance-2/output-1/host/bin/arm-linux-as" LD="/tmp/instance-2/output-1/host/bin/arm-linux-ld" NM="/tmp/instance-2/output-1/host/bin/arm-linux-nm" CC="/tmp/instance-2/output-1/host/bin/arm-linux-gcc" GCC="/tmp/instance-2/output-1/host/bin/arm-linux-gcc" CPP="/tmp/instance-2/output-1/host/bin/arm-linux-cpp" CXX="/tmp/instance-2/output-1/host/bin/arm-linux-g++" FC="/tmp/instance-2/output-1/host/bin/arm-linux-gfortran" F77="/tmp/instance-2/output-1/host/bin/arm-linux-gfortran" RANLIB="/tmp/instance-2/output-1/host/bin/arm-linux-ranlib" READELF="/tmp/instance-2/output-1/host/bin/arm-linux-readelf" STRIP="/tmp/instance-2/output-1/host/bin/arm-linux-strip" OBJCOPY="/tmp/instance-2/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/tmp/instance-2/output-1/host/bin/arm-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-2/output-1/host/lib -Wl,-rpath,/tmp/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-2/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/tmp/instance-2/output-1/host/bin/arm-linux-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 -Os -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -Os -g0 -static" FFLAGS=" -Os -g0 -static" PKG_CONFIG="/tmp/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl C=/tmp/instance-2/output-1/host/bin/arm-linux-g++ CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -c" LDFLAGS=" -static -lm" -C /tmp/instance-2/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f all make[1]: Entering directory '/tmp/instance-2/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f' /tmp/instance-2/output-1/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -c sunwait.cpp -o sunwait.o /tmp/instance-2/output-1/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -c sunriset.cpp -o sunriset.o /tmp/instance-2/output-1/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -c print.cpp -o print.o /tmp/instance-2/output-1/host/bin/arm-linux-g++ sunwait.o sunriset.o print.o sunwait.h sunriset.h print.h -o sunwait -static -lm make[1]: Leaving directory '/tmp/instance-2/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f' >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Installing to target /usr/bin/install -D -m 0755 /tmp/instance-2/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f/sunwait /tmp/instance-2/output-1/target/usr/bin/sunwait >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-2/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-2/output-1/host/bin/arm-linux-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%cortex-a9%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static', '-static'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-2/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot%g' -e 's%@STATIC@%true%g' package/meson//cross-compilation.conf.in > /tmp/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-2/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-2/output-1/host/etc/meson/cross-compilation.conf rm -f /tmp/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-2/output-1/host/bin/glib-compile-schemas /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-2/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-2/output-1/target/etc echo "buildroot" > /tmp/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-2/output-1/target/etc/hosts mkdir -p /tmp/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-2/output-1/target/etc/shadow rm -f /tmp/instance-2/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-2/output-1/build/locales.nopurge for dir in /tmp/instance-2/output-1/target/usr/share/locale /tmp/instance-2/output-1/target/usr/share/X11/locale /tmp/instance-2/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-2/output-1/target/usr/include /tmp/instance-2/output-1/target/usr/share/aclocal \ /tmp/instance-2/output-1/target/usr/lib/pkgconfig /tmp/instance-2/output-1/target/usr/share/pkgconfig \ /tmp/instance-2/output-1/target/usr/lib/cmake /tmp/instance-2/output-1/target/usr/share/cmake \ /tmp/instance-2/output-1/target/usr/doc find /tmp/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-2/output-1/target/lib/ /tmp/instance-2/output-1/target/usr/lib/ /tmp/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-2/output-1/target/usr/share/gdb rm -rf /tmp/instance-2/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-2/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-2/output-1/target/usr/share/zsh rm -rf /tmp/instance-2/output-1/target/usr/man /tmp/instance-2/output-1/target/usr/share/man rm -rf /tmp/instance-2/output-1/target/usr/info /tmp/instance-2/output-1/target/usr/share/info rm -rf /tmp/instance-2/output-1/target/usr/doc /tmp/instance-2/output-1/target/usr/share/doc rm -rf /tmp/instance-2/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-2/output-1/target/lib/debug /tmp/instance-2/output-1/target/usr/lib/debug find /tmp/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-2/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-2/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-945-gbc5a45c25f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-2/output-1/per-package /tmp/instance-2/buildroot/support/scripts/fix-rpath target touch /tmp/instance-2/output-1/target/usr ln -snf /tmp/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot /tmp/instance-2/output-1/staging make: Leaving directory '/tmp/instance-2/buildroot' make: Entering directory '/tmp/instance-2/buildroot' >>> Buildroot 2021.05-945-gbc5a45c25f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> musl-compat-headers Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> bind 9.11.31 Collecting legal info COPYRIGHT: OK (sha256: cad49daa42654bc241762cd998630168a2542c8fd6fad3881e2eac1510bb6fcd) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> dhcp 4.4.2-P1 Collecting legal info LICENSE: OK (sha256: 9961fce0d83a6229b9084cdadedfa723a53274c63af610c9adb61b607e0f5a76) >>> host-gawk 5.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-fwup 1.8.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.5.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> opencore-amr 0.1.5 Collecting legal info LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> qhull 8.0.2 Collecting legal info COPYING.txt: OK (sha256: 106d55c931fd6a84822e5345d900273d059f1c27310d02567ccb313c5d18c55d) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rrdtool 1.7.2 Collecting legal info COPYRIGHT: OK (sha256: ab6b4646e9e01f1ec287c29c351c886c4cb7f945c11efc0a1be9f6e5e6cc5320) LICENSE: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /tmp/instance-2/output-1/legal-info make: Leaving directory '/tmp/instance-2/buildroot'